summaryrefslogtreecommitdiff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* PowerPC: multiarch strncmp for PowerPC32Adhemerval Zanella2013-12-065-1/+121
* PowerPC: multiarch strnlen for PowerPC32Adhemerval Zanella2013-12-066-1/+123
* PowerPC: multiarch strlen for PowerPC32Adhemerval Zanella2013-12-065-1/+115
* PowerPC: multiarch rawmemchr for PowerPC32Adhemerval Zanella2013-12-065-1/+119
* PowerPC: multiarch memrchr for PowerPC32Adhemerval Zanella2013-12-065-1/+111
* PowerPC: multiarch memchr for PowerPC32Adhemerval Zanella2013-12-065-1/+122
* PowerPC: multiarch mempcpy for PowerPC32Adhemerval Zanella2013-12-065-1/+114
* PowerPC: multiarch memset/bzero for PowerPC32Adhemerval Zanella2013-12-0611-1/+307
* PowerPC: multiarch memcmp for PowerPC32Adhemerval Zanella2013-12-066-1/+146
* PowerPC: multiarch memcpy for PowerPC32Adhemerval Zanella2013-12-068-1/+254
* PowerPC: initial support for multilib for PowerPC32Adhemerval Zanella2013-12-064-2/+105
* Add SH implementation of sotruss-lib.c and c++-types.data.Kaz Kojima2013-12-062-0/+117
* Update powerpc-fpu ULPs.Adhemerval Zanella2013-12-051-8/+2217
* Fix tgamma errno setting on underflow (bug 6810).Joseph Myers2013-12-052-0/+6
* Move TEST_f_f tests for [l-y]* functions from libm-test.inc to auto-libm-test...Joseph Myers2013-12-052-7/+4084
* PowerPC: Add systemtap static probe points in setjmp/longjmpAdhemerval Zanella2013-12-0512-60/+97
* Fix Bessel function error handling (bug 6807, bug 15901).Joseph Myers2013-12-046-10/+21
* PowerPC64 ELFv2 ABI 6/6: Bump ld.so soname version numberUlrich Weigand2013-12-045-7/+190
* PowerPC64 ELFv2 ABI 5/6: LD_AUDIT interface changesUlrich Weigand2013-12-045-45/+163
* PowerPC64 ELFv2 ABI 4/6: Stack frame layout changesUlrich Weigand2013-12-0412-124/+152
* PowerPC64 ELFv2 ABI 3/6: PLT local entry point optimizationUlrich Weigand2013-12-042-2/+50
* PowerPC64 ELFv2 ABI 2/6: Remove function descriptorsUlrich Weigand2013-12-048-30/+150
* PowerPC64 ELFv2 ABI 1/6: Code refactoringUlrich Weigand2013-12-045-62/+39
* PowerPC64: Report overflow on @h and @ha relocationsAlan Modra2013-12-041-2/+22
* PowerPC64: Fix incorrect CFI in *context routinesUlrich Weigand2013-12-042-0/+27
* Update powerpc-fpu ULPs.Adhemerval Zanella2013-12-041-2/+260
* Fix exp missing underflows (bug 15268, bug 15425).Joseph Myers2013-12-033-3/+98
* Properly handle shm_open validation. Fixes bug 16274.Ondřej Bílka2013-12-031-2/+2
* Fix erfc errno setting on underflow (bug 6786).Joseph Myers2013-12-037-10/+71
* Move TEST_f_f tests for [e-j]* functions from libm-test.inc to auto-libm-test...Joseph Myers2013-12-032-0/+402
* Remove redundant GAIH_OKIFUNSPEC and GAIH_EAI.Pavel Simerda2013-12-021-17/+14
* getaddrinfo: remove dead codePavel Simerda2013-12-021-12/+0
* Update powerpc-fpu ULPs.Adhemerval Zanella2013-12-021-34/+1199
* Move TEST_f_f tests for [a-c]* functions from libm-test.inc to auto-libm-test...Joseph Myers2013-11-302-0/+1202
* Fix x86 sqrt rounding (bug 14032).Joseph Myers2013-11-292-0/+18
* [BZ #16214] S/390: Fix TLS GOT pointer setup.Andreas Krebbel2013-11-294-18/+47
* Remove unused ldbl-96 functions (bug 15004).Joseph Myers2013-11-2816-1046/+0
* Add powerpc-nofpu/e500 support functions for atomic compound assignment and F...Joseph Myers2013-11-2813-4/+346
* Fix dbl-64 e_sqrt.c for non-default rounding modes (bug 16271).Joseph Myers2013-11-289-4/+42
* PowerPC: Fix __fe_nomask_env missing symbolAdhemerval Zanella2013-11-268-14/+13
* Fix typo in _dl_tlsdesc_resolve_hold.Ondřej Bílka2013-11-261-1/+1
* Use __glibc_reserved instead __unused.Ondřej Bílka2013-11-2644-177/+177
* Fix typo in sys/ptrace.h.Carlos O'Donell2013-11-251-1/+1
* Fix powerpc-nofpu build.Joseph Myers2013-11-252-0/+6
* PowerPC: Set/restore rounding mode only when neededAdhemerval Zanella2013-11-257-25/+293
* Adjust generic swapon prototype to match Linux version.Roland McGrath2013-11-211-1/+1
* Don't use broken DL_AUTO_FUNCTION_ADDRESS()Guy Martin2013-11-211-2/+3
* Add systemtap probe markers for sin, cos, asin and acosSiddhesh Poyarekar2013-11-201-0/+5
* Make powerpc-nofpu floating-point state thread-local (bug 15483).Joseph Myers2013-11-1918-67/+104
* Fix spurious "inexact" exceptions from x86 pow with NaN argument (bug 16167).Joseph Myers2013-11-164-1/+25