freebsd-src/lib/msun
Dimitry Andric d04e03c19a msun: remove fabs from Symbol.map, and adjust comment
We have s_fabs.c, but fabs(3) is already provided by libc due to
historical reasons, so it is not compiled into libm. When the linker
does not use --undefined-version, this leads to a complaint about the
symbol being nonexistent, so remove it from Symbol.map.

While here, adjust the comment about some functions being supplied by
libc: while it is true that all these are indeed in libc, libm still
includes its own versions of frexp(3), isnan(3), isnanf(3), and
isnanl(3).

Reported by:	Steve Kargl <sgk@troutmask.apl.washington.edu>
MFC after:	3 days
2024-01-27 22:24:38 +01:00
..
aarch64 Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
amd64 lib: Automated cleanup of cdefs and other formatting 2023-11-26 22:23:59 -07:00
arm Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
bsdsrc lib: Remove ancient SCCS tags. 2023-11-26 22:23:28 -07:00
i387 lib: Automated cleanup of cdefs and other formatting 2023-11-26 22:23:59 -07:00
ld80 lib: Remove ancient SCCS tags. 2023-11-26 22:23:28 -07:00
ld128 lib: Remove ancient SCCS tags. 2023-11-26 22:23:28 -07:00
man lib: Remove ancient SCCS tags. 2023-11-26 22:23:28 -07:00
powerpc Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
riscv Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
src lib: Remove ancient SCCS tags. 2023-11-26 22:23:28 -07:00
tests lib: Automated cleanup of cdefs and other formatting 2023-11-26 22:23:59 -07:00
x86 Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
Makefile msun: remove fabs from Symbol.map, and adjust comment 2024-01-27 22:24:38 +01:00
Makefile.depend dirdeps: Update/fix Makefile.depend* for toolchain 2023-11-26 20:50:13 -05:00
Symbol.map msun: remove fabs from Symbol.map, and adjust comment 2024-01-27 22:24:38 +01:00