summaryrefslogtreecommitdiff
path: root/lib/libc/softfloat/Symbol.map
AgeCommit message (Collapse)Author
2024-03-13libc/softfloat: we don't export _fp[gs]et* symbolsBrooks Davis
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
2023-11-15libc: Remove empty comments in Symbol.mapBrooks Davis
These were left over from $FreeBSD$ removal. Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D42612
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
Remove /^\s*\*+\s*\$FreeBSD\$.*$\n/
2018-03-05Move softfloat symbol map entries to softfloat/Symbol.map.John Baldwin
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
2012-01-16Remove functions from softfloat's Symbol.map that don't need to be exported.David Schultz
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
2007-04-29Use C comments since we now preprocess these files with CPP.Daniel Eischen
Notes: svn path=/head/; revision=169092
2006-03-13Add symbol maps and initial symbol version definitions to libc.Daniel Eischen
Reviewed by: davidxu Notes: svn path=/head/; revision=156608