about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Add e500 port.Joseph Myers2013-10-1831-11/+1169
* Don't use gethostbyaddr to determine canonical nameAndreas Schwab2013-10-171-78/+11
* Format floating routines.Ondřej Bílka2013-10-1758-2175/+2769
* Add systemtap markers to math function slow pathsSiddhesh Poyarekar2013-10-116-5/+45
* Fix readdir regressions on sparc 32-bit.David S. Miller2013-10-101-2/+7
* Update sparc ULPs.David S. Miller2013-10-101-0/+125
* Extend powerpc-nofpu -fno-builtin-fabsl workaround to more files.Joseph Myers2013-10-101-0/+6
* Avoid ordered comparisons of NaNs in ldbl-128ibm acosl and asinl.Joseph Myers2013-10-102-0/+4
* soft-fp: fix negation NaN handling (bug 16034).Joseph Myers2013-10-101-5/+2
* Use p2align instead ALIGNOndřej Bílka2013-10-089-323/+288
* Format e_pow.cSiddhesh Poyarekar2013-10-081-260/+313
* Format e_exp.cSiddhesh Poyarekar2013-10-081-164/+242
* Consolidate multiple precision sin/cos functionsSiddhesh Poyarekar2013-10-083-129/+113
* Add fork hooks for pthread_atforkSamuel Thibault2013-10-041-0/+15
* Move powerpc ports pieces to libc.Joseph Myers2013-10-0461-0/+13287
* e500 port: adjust sysdeps/unix/sysv/linux/configure.in case.Joseph Myers2013-10-042-2/+2
* e500 port: fix fpu_control.h constant values.Joseph Myers2013-10-041-10/+8
* e500 port: getcontext / setcontext / swapcontext.Joseph Myers2013-10-043-0/+17
* Use stdint.h types in union unaligned.Alan Modra2013-10-042-6/+6
* Correct little-endian relocation of UADDR64,32,16.Alan Modra2013-10-042-24/+18
* PowerPC LE memchr and memrchrAlan Modra2013-10-046-382/+404
* PowerPC LE memsetAlan Modra2013-10-047-34/+34
* PowerPC LE memcpyAlan Modra2013-10-049-410/+928
* PowerPC LE memcmpAlan Modra2013-10-044-1893/+3451
* PowerPC LE strchrAlan Modra2013-10-046-74/+212
* PowerPC LE strcpyAlan Modra2013-10-044-3/+78
* PowerPC LE strcmp and strncmpAlan Modra2013-10-048-81/+380
* PowerPC LE strnlenAlan Modra2013-10-042-102/+115
* PowerPC LE strlenAlan Modra2013-10-044-47/+131
* PowerPC SIGSTKSZAlan Modra2013-10-041-0/+54
* PowerPC makecontextAlan Modra2013-10-042-4/+10
* PowerPC LE _dl_hwcap accessAlan Modra2013-10-043-16/+16
* PowerPC ugly symbol versioningAlan Modra2013-10-049-29/+23
* PowerPC LE setjmp/longjmpAnton Blanchard2013-10-045-85/+78
* PowerPC floating point little-endian [15 of 15]Alan Modra2013-10-041-12/+9
* PowerPC floating point little-endian [14 of 15]Anton Blanchard2013-10-046-7/+19
* PowerPC floating point little-endian [13 of 15]Alan Modra2013-10-042-13/+10
* PowerPC floating point little-endian [12 of 15]Alan Modra2013-10-0419-38/+48
* PowerPC floating point little-endian [11 of 15]Alan Modra2013-10-042-57/+62
* PowerPC floating point little-endian [10 of 15]Alan Modra2013-10-042-34/+32
* PowerPC floating point little-endian [9 of 15]Alan Modra2013-10-041-25/+29
* PowerPC floating point little-endian [8 of 15]Anton Blanchard2013-10-0414-40/+39
* PowerPC floating point little-endian [7 of 15]Anton Blanchard2013-10-041-12/+14
* PowerPC floating point little-endian [6 of 15]Alan Modra2013-10-041-28/+23
* PowerPC floating point little-endian [5 of 15]Alan Modra2013-10-042-56/+0
* PowerPC floating point little-endian [4 of 15]Alan Modra2013-10-044-134/+152
* PowerPC floating point little-endian [3 of 15]Alan Modra2013-10-0422-240/+287
* PowerPC floating point little-endian [2 of 15]Alan Modra2013-10-0426-89/+142
* PowerPC floating point little-endian [1 of 15]Alan Modra2013-10-044-15/+20
* Fix for [BZ #15680] IBM long double inaccuracyAlan Modra2013-10-045-106/+156