aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2013-03-20Move system-specific settings out of toplevel configure.in and config.make.in.Joseph Myers8-0/+39
2013-03-19Consolidate Linux and POSIX libc_fatal code.Roland McGrath2-186/+67
2013-03-19s390x: Move rtld link to /libAndreas Schwab2-4/+14
2013-03-18Faster strlen on x64.Ondrej Bilka13-1308/+755
2013-03-17Update Sparc ULPs.David S. Miller1-2/+14
2013-03-16Fix y1l spurious overflows for ldbl-96 (bug 15283).Joseph Myers3-1/+25
2013-03-16Fix spurious underflow exceptions for Bessel functions for ldbl-128 / ldbl-12...Joseph Myers2-58/+79
2013-03-15Move _dl_non_dynamic_init, _dl_aux_init declarations.Roland McGrath2-6/+7
2013-03-15Promote a math test for sNaN handling to the top-level.Thomas Schwinge2-337/+0
2013-03-15Use GCC's builtins for generating NaNs.Thomas Schwinge1-55/+9
2013-03-15Better distinguish between NaN/qNaN/sNaN.Thomas Schwinge4-55/+55
2013-03-15Revert configurable mantissa patchSiddhesh Poyarekar4-148/+60
2013-03-15Reverting wrong commit.Adhemerval Zanella1-0/+42
2013-03-15PowerPC: gettimeofday optimization by using IFUNCAdhemerval Zanella3-54/+46
2013-03-15Make mantissa type configurableSiddhesh Poyarekar4-60/+148
2013-03-15Regenerate sysdeps/x86_64/preconfigure.Joseph Myers1-120/+0
2013-03-14Fix spurious underflow exceptions for Bessel functions for double (bug 14155).Joseph Myers2-4/+8
2013-03-14Fix formatting in last changeSiddhesh Poyarekar1-1/+1
2013-03-14Fix __times() handling of EFAULT when buf is NULLPetr Baudis1-4/+6
2013-03-12Add sysdeps/init_array to produce empty crt[in].o and use .preinit_array for ...Roland McGrath4-0/+104
2013-03-11Remove Prefer_SSE_for_memop on x64Ondrej Bilka9-198/+2
2013-03-11Remove extra pthread_atfork compat symbolsAndreas Schwab1-1/+0
2013-03-08PowerPC: unify math_ldbl.h implementationsAdhemerval Zanella4-168/+18
2013-03-08Consolidate copies of mp code in powerpcSiddhesh Poyarekar6-221/+4
2013-03-07Install <bits/mman-linux.h>Andreas Jaeger1-1/+2
2013-03-07Merge powerpc slowexp.c into generic codeSiddhesh Poyarekar5-133/+11
2013-03-07Merge powerpc slowpow.c into generic codeSiddhesh Poyarekar5-186/+19
2013-03-07Use an intermediate variable to sum exponents in powerpc __mul and __sqrSiddhesh Poyarekar2-10/+12
2013-03-07Use generic mpa.c code for everything except __mul and __sqrSiddhesh Poyarekar3-1256/+12
2013-03-07Remove PIPE_BUF Linux-specific codeSiddhesh Poyarekar2-24/+0
2013-03-06Revert " * sysdeps/x86_64/strlen.S: Replace with new SSE2 based implementation"Ondrej Bilka12-740/+1306
2013-03-06 * sysdeps/x86_64/strlen.S: Replace with new SSE2 based implementationOndrej Bilka12-1306/+740
2013-03-06Use <bits/mman-linux.h> for MIPSAndreas Jaeger1-1/+5
2013-03-06Remove MAP_GROWSUP on s390Andreas Jaeger1-2/+0
2013-03-06Sync with Linux 3.8Andreas Jaeger13-4/+35
2013-03-06Remove powerpc64 bounded-pointers code.Joseph Myers36-497/+116
2013-03-05Define MCL_CURRENT, MCL_FUTURE in bits/mman-linux.hAndreas Jaeger6-29/+23
2013-03-05S/390: Use attribute_hidden in ifunc-resolve.cAndreas Krebbel2-6/+6
2013-03-05S/390: Fix rt_sigprocmask syscall invocation in get/set/swapcontext.Andreas Krebbel7-86/+100
2013-03-04Remove powerpc32 strncmp comments about bounded pointers.Joseph Myers3-9/+0
2013-03-04Create <bits/mman-linux.h>Andreas Jaeger6-338/+104
2013-03-04BZ #15055: Use __ieee754_sqrl in acoshl for lbdl-128ibmAdhemerval Zanella1-1/+1
2013-03-01Use same installed powerpc headers for hard and soft float.Joseph Myers3-0/+0
2013-03-01Fix NEED_DL_SYSINFO_DSO conditionals.Roland McGrath2-2/+2
2013-02-28Remove powerpc32 bounded-pointers code.Joseph Myers46-450/+124
2013-02-28Sync up ppc add_magnitudes and sub_magnitudes with default codeSiddhesh Poyarekar2-104/+120
2013-02-27Format mpsqrt.cSiddhesh Poyarekar1-34/+44
2013-02-27Format mpatan2.cSiddhesh Poyarekar1-23/+22
2013-02-27Format mpatan.cSiddhesh Poyarekar1-46/+61
2013-02-27Format mptan.cSiddhesh Poyarekar1-13/+15