| Age | Commit message (Collapse) | Author |
|
Remove attempts to use NetBSD __weak_alias macros to export _-prefixed
versions of various fp[sg]et* symbols under softfloat. __weak_alias
isn't defined so we didn't export them and thus the Symbol.map entries
were wrong.
Reviewed by: jhibbits
Differential Revision: https://reviews.freebsd.org/D44327
|
|
These were left over from $FreeBSD$ removal.
Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D42612
|
|
Remove /^\s*\*+\s*\$FreeBSD\$.*$\n/
|
|
The arm, mips, and riscv MD Symbol.map files listed some (but not all)
of the softfloat symbols that were actually defined in softfloat.c.
While here, also remove entries for __fixuns[sd]fsi which are provided
by libcompiler_rt and not by libc.
Sponsored by: DARPA / AFRL
Notes:
svn path=/head/; revision=330525
|
|
Also use the proper number of underscores for internal names. (Changing
the names should be fine, since apparently the symbols are currently
unused.)
Notes:
svn path=/head/; revision=230190
|
|
Notes:
svn path=/head/; revision=169092
|
|
Reviewed by: davidxu
Notes:
svn path=/head/; revision=156608
|