History log of /openbsd-src/lib/libc/arch/powerpc/gen/fabs.c (Results 1 – 8 of 8)
Revision Date Author Comments
# 476bc7b6 17-Apr-2014 guenther <guenther@openbsd.org>

It's been a quarter century: we can assume volatile is present with that name.


# 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


# 7c24c3e8 17-Jun-2002 deraadt <deraadt@openbsd.org>

make fabs use asm, and license repair


# a4afd6da 21-Dec-1996 rahnds <rahnds@openbsd.org>

Check-in of powerpc library support.
NOTE: This will not work until the other pieces are checked in.
This is primarily the NetBSD powerpc port, with modifications
to support ELF.