#
0c4f129d |
| 06-Oct-2016 |
zrj <rimvydas.jasinskas@gmail.com> |
Move __weak_reference() after symbols it links to.
Just for consistency. It also will help if prototype visibility would change.
Shouldn't lib/libc/gen/raise.c have weak refs to _raise() and raise(
Move __weak_reference() after symbols it links to.
Just for consistency. It also will help if prototype visibility would change.
Shouldn't lib/libc/gen/raise.c have weak refs to _raise() and raise()?
show more ...
|
#
119b540e |
| 28-Jul-2015 |
John Marino <draco@marino.st> |
libc.a: Add __isnan and __isnanf
These symbols are not present in libm (the deleted message isn't correct). Remove the PIC check to put __isnan and __isnanf in the static c library. Incidentally, _
libc.a: Add __isnan and __isnanf
These symbols are not present in libm (the deleted message isn't correct). Remove the PIC check to put __isnan and __isnanf in the static c library. Incidentally, __isnanl is already in static library because the PIC check was forgotten.
show more ...
|