summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Remove powerpc64 bounded-pointers code.Joseph Myers2013-03-0636-497/+116
* Define MCL_CURRENT, MCL_FUTURE in bits/mman-linux.hAndreas Jaeger2013-03-056-29/+23
* S/390: Use attribute_hidden in ifunc-resolve.cAndreas Krebbel2013-03-052-6/+6
* S/390: Fix rt_sigprocmask syscall invocation in get/set/swapcontext.Andreas Krebbel2013-03-057-86/+100
* Remove powerpc32 strncmp comments about bounded pointers.Joseph Myers2013-03-043-9/+0
* Create <bits/mman-linux.h>Andreas Jaeger2013-03-046-338/+104
* BZ #15055: Use __ieee754_sqrl in acoshl for lbdl-128ibmAdhemerval Zanella2013-03-041-1/+1
* Use same installed powerpc headers for hard and soft float.Joseph Myers2013-03-013-0/+0
* Fix NEED_DL_SYSINFO_DSO conditionals.Roland McGrath2013-03-012-2/+2
* Remove powerpc32 bounded-pointers code.Joseph Myers2013-02-2846-450/+124
* Sync up ppc add_magnitudes and sub_magnitudes with default codeSiddhesh Poyarekar2013-02-282-104/+120
* Format mpsqrt.cSiddhesh Poyarekar2013-02-271-34/+44
* Format mpatan2.cSiddhesh Poyarekar2013-02-271-23/+22
* Format mpatan.cSiddhesh Poyarekar2013-02-271-46/+61
* Format mptan.cSiddhesh Poyarekar2013-02-271-13/+15
* Format mplog.cSiddhesh Poyarekar2013-02-271-21/+23
* Another tweak to the multiplication algorithmSiddhesh Poyarekar2013-02-261-6/+50
* Don't duplicate mpone and mptwoSiddhesh Poyarekar2013-02-261-5/+3
* Remove commented declarationsSiddhesh Poyarekar2013-02-251-14/+0
* Use long wherever possible in mpa.cSiddhesh Poyarekar2013-02-251-31/+39
* Format slowexp.cSiddhesh Poyarekar2013-02-251-22/+26
* Reformat slowpow.cSiddhesh Poyarekar2013-02-251-31/+48
* Remove commented codeSiddhesh Poyarekar2013-02-251-6/+0
* Sync up powerpc __mp_dbl with default codeSiddhesh Poyarekar2013-02-252-6/+2
* Remove remaining bounded-pointers support from i386 .S files.Joseph Myers2013-02-2163-500/+326
* Mark __inv as static in powerpcSiddhesh Poyarekar2013-02-212-2/+2
* Fix whitespace differences between generic and powerpc mpa.cSiddhesh Poyarekar2013-02-213-4/+4
* S/390: Fix _dl_runtime_profile for 32 bit.Andreas Krebbel2013-02-211-5/+11
* Mark ZERO inputs to __mul as unlikely on powerpcSiddhesh Poyarekar2013-02-212-2/+2
* Respect the user's namespace in installed header files.Thomas Schwinge2013-02-201-1/+1
* bits/nan.h: Change __attribute_used__ to __attribute__ ((unused)).Thomas Schwinge2013-02-201-1/+1
* Copy comment about inner loop from powerpc mpa.c to the default oneSiddhesh Poyarekar2013-02-203-2/+12
* Remove some bounded-pointers support from i386 .S files.Joseph Myers2013-02-1951-477/+27
* unify xmalloc prototypes & friendsMike Frysinger2013-02-181-7/+1
* C++11 thread_local destructors supportSiddhesh Poyarekar2013-02-1810-0/+30
* New function _dl_find_dso_for_objectSiddhesh Poyarekar2013-02-181-0/+4
* FUTEX_*_REQUEUE_PI support for non-x86 codeSiddhesh Poyarekar2013-02-181-0/+5
* S/390: Fix _dl_runtime_profileAndreas Krebbel2013-02-181-32/+38
* Remove bounded-pointers handling from x86_64 assembly sources.Joseph Myers2013-02-1717-197/+32
* Don't require LIM to determine loop end in __sqrSiddhesh Poyarekar2013-02-161-10/+4
* Use intermediate variable to compute exponent in __mulSiddhesh Poyarekar2013-02-161-4/+15
* Fix determination of lower precision in __mulSiddhesh Poyarekar2013-02-151-1/+4
* Remove bounded-pointers build system support.Joseph Myers2013-02-153-5/+0
* Remove miscellaneous bounded-pointers relics in C code.Joseph Myers2013-02-153-11/+2
* Remove bp-sym.h and BP_SYM uses from C code.Joseph Myers2013-02-1412-43/+29
* Remove redundant return keywordSiddhesh Poyarekar2013-02-142-26/+0
* Use __sqr instead of __mul wherever possibleSiddhesh Poyarekar2013-02-143-4/+4
* New __sqr function as a faster special case of __mulSiddhesh Poyarekar2013-02-147-2/+296
* Remove __ptrvalue, __bounded and __unbounded.Joseph Myers2013-02-1336-101/+81
* Remove unnecessary factorial arraySiddhesh Poyarekar2013-02-131-10/+3