aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2013-12-06PowerPC: initial support for multilib for PowerPC32Adhemerval Zanella4-2/+105
2013-12-06Add SH implementation of sotruss-lib.c and c++-types.data.Kaz Kojima2-0/+117
2013-12-05Update powerpc-fpu ULPs.Adhemerval Zanella1-8/+2217
2013-12-05Fix tgamma errno setting on underflow (bug 6810).Joseph Myers2-0/+6
2013-12-05Move TEST_f_f tests for [l-y]* functions from libm-test.inc to auto-libm-test...Joseph Myers2-7/+4084
2013-12-05PowerPC: Add systemtap static probe points in setjmp/longjmpAdhemerval Zanella12-60/+97
2013-12-04Fix Bessel function error handling (bug 6807, bug 15901).Joseph Myers6-10/+21
2013-12-04PowerPC64 ELFv2 ABI 6/6: Bump ld.so soname version numberUlrich Weigand5-7/+190
2013-12-04PowerPC64 ELFv2 ABI 5/6: LD_AUDIT interface changesUlrich Weigand5-45/+163
2013-12-04PowerPC64 ELFv2 ABI 4/6: Stack frame layout changesUlrich Weigand12-124/+152
2013-12-04PowerPC64 ELFv2 ABI 3/6: PLT local entry point optimizationUlrich Weigand2-2/+50
2013-12-04PowerPC64 ELFv2 ABI 2/6: Remove function descriptorsUlrich Weigand8-30/+150
2013-12-04PowerPC64 ELFv2 ABI 1/6: Code refactoringUlrich Weigand5-62/+39
2013-12-04PowerPC64: Report overflow on @h and @ha relocationsAlan Modra1-2/+22
2013-12-04PowerPC64: Fix incorrect CFI in *context routinesUlrich Weigand2-0/+27
2013-12-04Update powerpc-fpu ULPs.Adhemerval Zanella1-2/+260
2013-12-03Fix exp missing underflows (bug 15268, bug 15425).Joseph Myers3-3/+98
2013-12-03Properly handle shm_open validation. Fixes bug 16274.Ondřej Bílka1-2/+2
2013-12-03Fix erfc errno setting on underflow (bug 6786).Joseph Myers7-10/+71
2013-12-03Move TEST_f_f tests for [e-j]* functions from libm-test.inc to auto-libm-test...Joseph Myers2-0/+402
2013-12-02Remove redundant GAIH_OKIFUNSPEC and GAIH_EAI.Pavel Simerda1-17/+14
2013-12-02getaddrinfo: remove dead codePavel Simerda1-12/+0
2013-12-02Update powerpc-fpu ULPs.Adhemerval Zanella1-34/+1199
2013-11-30Move TEST_f_f tests for [a-c]* functions from libm-test.inc to auto-libm-test...Joseph Myers2-0/+1202
2013-11-29Fix x86 sqrt rounding (bug 14032).Joseph Myers2-0/+18
2013-11-29[BZ #16214] S/390: Fix TLS GOT pointer setup.Andreas Krebbel4-18/+47
2013-11-28Remove unused ldbl-96 functions (bug 15004).Joseph Myers16-1046/+0
2013-11-28Add powerpc-nofpu/e500 support functions for atomic compound assignment and F...Joseph Myers13-4/+346
2013-11-28Fix dbl-64 e_sqrt.c for non-default rounding modes (bug 16271).Joseph Myers9-4/+42
2013-11-26PowerPC: Fix __fe_nomask_env missing symbolAdhemerval Zanella8-14/+13
2013-11-26Fix typo in _dl_tlsdesc_resolve_hold.Ondřej Bílka1-1/+1
2013-11-26Use __glibc_reserved instead __unused.Ondřej Bílka44-177/+177
2013-11-25Fix typo in sys/ptrace.h.Carlos O'Donell1-1/+1
2013-11-25Fix powerpc-nofpu build.Joseph Myers2-0/+6
2013-11-25PowerPC: Set/restore rounding mode only when neededAdhemerval Zanella7-25/+293
2013-11-21Adjust generic swapon prototype to match Linux version.Roland McGrath1-1/+1
2013-11-21Don't use broken DL_AUTO_FUNCTION_ADDRESS()Guy Martin1-2/+3
2013-11-20Add systemtap probe markers for sin, cos, asin and acosSiddhesh Poyarekar1-0/+5
2013-11-19Make powerpc-nofpu floating-point state thread-local (bug 15483).Joseph Myers18-67/+104
2013-11-16Fix spurious "inexact" exceptions from x86 pow with NaN argument (bug 16167).Joseph Myers4-1/+25
2013-11-13PowerPC: Fix __fe_mask_env exportAdhemerval Zanella2-2/+2
2013-11-13Set arch_minimum_kernel to 3.4.0 for x32H.J. Lu2-0/+6
2013-11-13PowerPC: Fix __fe_mask_env exportAdhemerval Zanella5-13/+13
2013-11-12Fix sparc 64-bit GMP ifunc resolution in static builds.David S. Miller5-5/+5
2013-11-08PowerPC: Fix vDSO missing ODP entriesAdhemerval Zanella3-5/+28
2013-11-06Fix build on pre-v9 32-bit Sparc.David S. Miller1-1/+2
2013-10-31Restrict shm_open and shm_unlink to SHMDIR. Fixes bugs 14752 and 15763.Ondřej Bílka1-6/+8
2013-10-30rename configure.in to configure.acMike Frysinger32-16/+16
2013-10-28Consolidate conditionals in mp sin/cos functionsSiddhesh Poyarekar1-8/+6
2013-10-25PowerPC: strcpy/stpcpy optimization for PPC64/POWER7Adhemerval Zanella4-134/+407