aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/arm
AgeCommit message (Expand)AuthorFilesLines
2015-01-07Fix libm feupdateenv namespace (bug 17748).Joseph Myers1-2/+4
2015-01-07Fix libm fesetround namespace (bug 17748).Joseph Myers1-2/+4
2015-01-06Fix libm fesetenv namespace (bug 17748).Joseph Myers1-2/+4
2015-01-05ARM: Consolidate with generic unwinder wrapper codeRoland McGrath5-2/+92
2015-01-05Fix libm feholdexcept namespace (bug 17748).Joseph Myers1-2/+4
2015-01-02Fix libm fegetround namespace (bug 17748).Joseph Myers1-2/+4
2015-01-02ARM: Remove configure check for binutils 2.21 for ARMv7Will Newton2-84/+0
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers102-102/+102
2014-12-31Fix libm fegetenv namespace (bug 17748).Joseph Myers1-2/+4
2014-12-30Fix libm feraiseexcept namespace (bug 17723).Joseph Myers3-5/+7
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar3-3/+3
2014-11-24Remove IS_IN_rtldSiddhesh Poyarekar4-6/+6
2014-11-24Remove IS_IN_libpthreadSiddhesh Poyarekar1-1/+1
2014-11-22arm: drop EABI checkMike Frysinger2-27/+0
2014-11-20Add arch-specific configuration for C11 atomics support.Torvald Riegel1-0/+3
2014-11-14Remove ARM __GNUC_PREREQ(4,4) conditionals.Joseph Myers1-16/+1
2014-11-04Don't use INTDEF/INTUSE with _dl_init (bug 14132).Joseph Myers1-1/+1
2014-10-22ARM: Use movw/movt more when availableRoland McGrath5-68/+176
2014-10-16Remove sysdeps/arm/soft-fp directory.Roland McGrath2-1/+0
2014-09-29Require autoconf 2.69H.J. Lu2-3/+3
2014-08-21Remove unnecessary uses of NOT_IN_libcSiddhesh Poyarekar1-2/+2
2014-08-07Fix performance issue in misaligned strcpy.Wilco1-3/+3
2014-08-01ARM: Move PTR_MANGLE et al out of Linux-specific file.Roland McGrath1-0/+48
2014-07-17[BZ #17078] ARM: R_ARM_TLS_DESC prelinker supportMaciej W. Rozycki1-3/+31
2014-07-17Move architecture shlib-versions files to Linux-specific directories.Joseph Myers1-9/+0
2014-07-17ARM: Fix compiler warnings from atomic.hWill Newton1-3/+3
2014-07-16ARM: Clean up EABI-related configuryRoland McGrath4-32/+62
2014-07-09Fix -Wundef warnings for SHAREDWill Newton1-1/+1
2014-07-04ARM: Define ELF_MACHINE_NO_RELWill Newton1-0/+1
2014-06-30Regenerate ARM libm-test-ulps.Joseph Myers1-56/+905
2014-06-30ARM: Split Linuxism out of sysdeps/arm/nptl/tls.hRoland McGrath1-15/+2
2014-06-27Remove relro configure test.Joseph Myers2-16/+0
2014-06-26ARM: Move more aeabi routine magic out of Linux-specific directoriesRoland McGrath5-3/+31
2014-06-26Add missing #include <fpu_control.h> to ARM fesetenv/feupdateenv.Roland McGrath2-0/+2
2014-06-26Remove configure tests for assembler CFI support.Joseph Myers2-47/+0
2014-06-24Optimize fesetenvWilco1-15/+20
2014-06-24Add _FPU_MASK_RM and use it instead of FE_TOWARDZERO.Wilco4-13/+12
2014-06-24Remove an unused include.Wilco1-1/+0
2014-06-24Cleanup fenv implementationWilco4-4/+0
2014-06-24Rewrite feupdateenvWilco1-6/+38
2014-06-24Speed up the ARM fenv implementation by avoiding unnecessary FPSCRWilco5-23/+29
2014-06-24Use libc calls defined by fenv_private.h to implement several fenv functionsWilco6-102/+64
2014-06-20[BZ #17075] ARM: Fix immediate calculation of R_ARM_TLS_DESCMaciej W. Rozycki10-1/+149
2014-06-13Add adaptive elision to rwlocksAndi Kleen1-0/+2
2014-06-09ARM: Define TLS_DEFINE_INIT_TPRoland McGrath1-0/+2
2014-05-27Remove second argument from TLS_INIT_TP macroAndreas Schwab1-1/+1
2014-05-27ARM: Fix handling of concurrent TLS descriptor resolutionWill Newton1-19/+12
2014-05-21Consistently use $(elf-objpfx).Joseph Myers1-2/+2
2014-05-19Revert "ARM: Improve fenv implementation"Marcus Shawcroft12-75/+99
2014-05-16ARM: soft-fp NaN representation correctionMaciej W. Rozycki1-3/+3