aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2013-03-12Add sysdeps/init_array to produce empty crt[in].o and use .preinit_array for ...Roland McGrath
2013-03-11Remove Prefer_SSE_for_memop on x64Ondrej Bilka
2013-03-11Remove extra pthread_atfork compat symbolsAndreas Schwab
2013-03-08PowerPC: unify math_ldbl.h implementationsAdhemerval Zanella
2013-03-08Consolidate copies of mp code in powerpcSiddhesh Poyarekar
2013-03-07Install <bits/mman-linux.h>Andreas Jaeger
2013-03-07Merge powerpc slowexp.c into generic codeSiddhesh Poyarekar
2013-03-07Merge powerpc slowpow.c into generic codeSiddhesh Poyarekar
2013-03-07Use an intermediate variable to sum exponents in powerpc __mul and __sqrSiddhesh Poyarekar
2013-03-07Use generic mpa.c code for everything except __mul and __sqrSiddhesh Poyarekar
2013-03-07Remove PIPE_BUF Linux-specific codeSiddhesh Poyarekar
2013-03-06Revert " * sysdeps/x86_64/strlen.S: Replace with new SSE2 based implementation"Ondrej Bilka
2013-03-06 * sysdeps/x86_64/strlen.S: Replace with new SSE2 based implementationOndrej Bilka
2013-03-06Use <bits/mman-linux.h> for MIPSAndreas Jaeger
2013-03-06Remove MAP_GROWSUP on s390Andreas Jaeger
2013-03-06Sync with Linux 3.8Andreas Jaeger
2013-03-06Remove powerpc64 bounded-pointers code.Joseph Myers
2013-03-05Define MCL_CURRENT, MCL_FUTURE in bits/mman-linux.hAndreas Jaeger
2013-03-05S/390: Use attribute_hidden in ifunc-resolve.cAndreas Krebbel
2013-03-05S/390: Fix rt_sigprocmask syscall invocation in get/set/swapcontext.Andreas Krebbel
2013-03-04Remove powerpc32 strncmp comments about bounded pointers.Joseph Myers
2013-03-04Create <bits/mman-linux.h>Andreas Jaeger
2013-03-04BZ #15055: Use __ieee754_sqrl in acoshl for lbdl-128ibmAdhemerval Zanella
2013-03-01Use same installed powerpc headers for hard and soft float.Joseph Myers
2013-03-01Fix NEED_DL_SYSINFO_DSO conditionals.Roland McGrath
2013-02-28Remove powerpc32 bounded-pointers code.Joseph Myers
2013-02-28Sync up ppc add_magnitudes and sub_magnitudes with default codeSiddhesh Poyarekar
2013-02-27Format mpsqrt.cSiddhesh Poyarekar
2013-02-27Format mpatan2.cSiddhesh Poyarekar
2013-02-27Format mpatan.cSiddhesh Poyarekar
2013-02-27Format mptan.cSiddhesh Poyarekar
2013-02-27Format mplog.cSiddhesh Poyarekar
2013-02-26Another tweak to the multiplication algorithmSiddhesh Poyarekar
2013-02-26Don't duplicate mpone and mptwoSiddhesh Poyarekar
2013-02-25Remove commented declarationsSiddhesh Poyarekar
2013-02-25Use long wherever possible in mpa.cSiddhesh Poyarekar
2013-02-25Format slowexp.cSiddhesh Poyarekar
2013-02-25Reformat slowpow.cSiddhesh Poyarekar
2013-02-25Remove commented codeSiddhesh Poyarekar
2013-02-25Sync up powerpc __mp_dbl with default codeSiddhesh Poyarekar
2013-02-21Remove remaining bounded-pointers support from i386 .S files.Joseph Myers
2013-02-21Mark __inv as static in powerpcSiddhesh Poyarekar
2013-02-21Fix whitespace differences between generic and powerpc mpa.cSiddhesh Poyarekar
2013-02-21S/390: Fix _dl_runtime_profile for 32 bit.Andreas Krebbel
2013-02-21Mark ZERO inputs to __mul as unlikely on powerpcSiddhesh Poyarekar
2013-02-20Respect the user's namespace in installed header files.Thomas Schwinge
2013-02-20bits/nan.h: Change __attribute_used__ to __attribute__ ((unused)).Thomas Schwinge
2013-02-20Copy comment about inner loop from powerpc mpa.c to the default oneSiddhesh Poyarekar
2013-02-19Remove some bounded-pointers support from i386 .S files.Joseph Myers
2013-02-18unify xmalloc prototypes & friendsMike Frysinger