History log of /netbsd-src/lib/libc/arch/sparc/gen/fabs.S (Results 1 – 5 of 5)
Revision Date Author Comments
# cdb65da5 07-Nov-2018 riastradh <riastradh@NetBSD.org>

On ports without __HAVE_LONG_DOUBLE, make fabsl alias fabs.

For some reason, fabs lives in libc, not in libm, and our tests now
detect when fabs or fabsl is missing from libm. For those ports that

On ports without __HAVE_LONG_DOUBLE, make fabsl alias fabs.

For some reason, fabs lives in libc, not in libm, and our tests now
detect when fabs or fabsl is missing from libm. For those ports that
sometimes have long double and sometimes don't, make it conditional.

Still missing: fabs _and_ fabsl on ia64. Need help from an itanium
wizard! Other portmasters: Please take a look and see if I missed
any ports that might have long double where this alias will not work.

show more ...


# eb7c1594 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.


# 1394f01b 16-Jul-1997 christos <christos@NetBSD.org>

RCSID fixes: Always use the NetBSD rcsid and the macro RCSID() defined in
<machine/asm.h>; Also syscalls should be protected using the SYSLIBC_SCCS
define not LIBC_SCCS


# 76dfffe3 16-Nov-1996 pk <pk@NetBSD.org>

Remove DEFS.h, which has been just a placeholder for a long time.


# 0b9f5089 07-Oct-1993 cgd <cgd@NetBSD.org>

make an arch directory in libc, and move all machine dirs into it