History log of /openbsd-src/lib/libc/arch/arm/gen/fabs.c (Results 1 – 9 of 9)
Revision Date Author Comments
# f94f3caf 13-Nov-2013 deraadt <deraadt@openbsd.org>

bring in math.h to provide prototypes


# 2fbf033e 28-Mar-2013 martynas <martynas@openbsd.org>

Switch libc and libm to use strong aliases rather than weak aliases
where appropriate. Among other things makes the symbols consistent
across all architectures (notably where ldbl mantissa is 53 bit

Switch libc and libm to use strong aliases rather than weak aliases
where appropriate. Among other things makes the symbols consistent
across all architectures (notably where ldbl mantissa is 53 bits).

While at it, kill unused LINTLIBRARY/PROTOLIB1 cruft which was there
to trick lint into recording the right prototypes for aliased
functions. Most of the work done at the awesome n2k13 hackathon.

Agreed by kettenis@, guenther@, matthew@.

show more ...


# 4a39ccd0 05-Dec-2012 deraadt <deraadt@openbsd.org>

Remove excessive sys/cdefs.h inclusion
ok guenther millert kettenis


# aeb694e3 08-Jul-2011 martynas <martynas@openbsd.org>

Revert (leaving the complex math part alone). Some stuff is depending
on this historical behavior; so we're stuck in this stupid situation.
No cookie for me.


# ab185003 10-Dec-2008 martynas <martynas@openbsd.org>

use sys/cdefs.h; pointed out by theo


# d9c4f847 09-Dec-2008 martynas <martynas@openbsd.org>

alias fabsl to fabs on these archs


# 67ed3a45 23-Jul-2008 martynas <martynas@openbsd.org>

clear sign bit, instead of comparing to zero and setting x=-x.
fixes special cases, such as neg. zero, and makes C99 conformant
ok miod@, millert@
since there's nothing else in arm's fabs.c, replace

clear sign bit, instead of comparing to zero and setting x=-x.
fixes special cases, such as neg. zero, and makes C99 conformant
ok miod@, millert@
since there's nothing else in arm's fabs.c, replace 4-clause license
w/ the one at /usr/share/misc/license.template

show more ...


# d45a0e27 01-Feb-2004 drahn <drahn@openbsd.org>

ARGH, forgot tags.


# d987040f 01-Feb-2004 drahn <drahn@openbsd.org>

arm libc support. From NetBSD. currently supports softfloat.