summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/powerpc/bits/wordsize.h
AgeCommit message (Collapse)Author
2017-11-03math: add exception handling functionalitySergey Cherkashin
According to standards SVID and SYSV. Modified lgamma calling in case when 'signgam' variable should not be used. Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
2016-06-03ppc: cleanup unsupported ppc64 codeWaldemar Brodkorb
Remove ppc64 bits and bytes, as we don't support ppc64 and it makes the code more readable without the dead code.
2015-03-24libc: TIME64_COMPAT32 for sparc, mipsBernhard Reutner-Fischer
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2009-08-30honour NO_LONG_DOUBLE_MATHBernhard Reutner-Fischer
This fixes compilation errors on hosts that turn off long double support for C99 like powerpc32. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2008-10-03- add long double math wrappers (Ned Ludd)Bernhard Reutner-Fischer
2006-02-22sync headers with glibcMike Frysinger
2001-10-15include/bits from glibc-2.2.4-1David Schleef
2001-03-16Add powerpc port done by David Schleef <ds@schleef.org>Eric Andersen