about summary refs log tree commit diff
path: root/sysdeps/arm
Commit message (Expand)AuthorAgeFilesLines
* ARM: Add missing sfi_breg in LDR_GLOBAL macro.Roland McGrath2015-02-061-2/+2
* Clean up sysdep-dl-routines variable.Roland McGrath2015-02-061-2/+2
* Update copyright year to 2015 for new files.Carlos O'Donell2015-01-211-1/+1
* Fix libm feupdateenv namespace (bug 17748).Joseph Myers2015-01-071-2/+4
* Fix libm fesetround namespace (bug 17748).Joseph Myers2015-01-071-2/+4
* Fix libm fesetenv namespace (bug 17748).Joseph Myers2015-01-061-2/+4
* ARM: Consolidate with generic unwinder wrapper codeRoland McGrath2015-01-055-2/+92
* Fix libm feholdexcept namespace (bug 17748).Joseph Myers2015-01-051-2/+4
* Fix libm fegetround namespace (bug 17748).Joseph Myers2015-01-021-2/+4
* ARM: Remove configure check for binutils 2.21 for ARMv7Will Newton2015-01-022-84/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-02102-102/+102
* Fix libm fegetenv namespace (bug 17748).Joseph Myers2014-12-311-2/+4
* Fix libm feraiseexcept namespace (bug 17723).Joseph Myers2014-12-303-5/+7
* Remove NOT_IN_libcSiddhesh Poyarekar2014-11-243-3/+3
* Remove IS_IN_rtldSiddhesh Poyarekar2014-11-244-6/+6
* Remove IS_IN_libpthreadSiddhesh Poyarekar2014-11-241-1/+1
* arm: drop EABI checkMike Frysinger2014-11-222-27/+0
* Add arch-specific configuration for C11 atomics support.Torvald Riegel2014-11-201-0/+3
* Remove ARM __GNUC_PREREQ(4,4) conditionals.Joseph Myers2014-11-141-16/+1
* Don't use INTDEF/INTUSE with _dl_init (bug 14132).Joseph Myers2014-11-041-1/+1
* ARM: Use movw/movt more when availableRoland McGrath2014-10-225-68/+176
* Remove sysdeps/arm/soft-fp directory.Roland McGrath2014-10-162-1/+0
* Require autoconf 2.69H.J. Lu2014-09-292-3/+3
* Remove unnecessary uses of NOT_IN_libcSiddhesh Poyarekar2014-08-211-2/+2
* Fix performance issue in misaligned strcpy.Wilco2014-08-071-3/+3
* ARM: Move PTR_MANGLE et al out of Linux-specific file.Roland McGrath2014-08-011-0/+48
* [BZ #17078] ARM: R_ARM_TLS_DESC prelinker supportMaciej W. Rozycki2014-07-171-3/+31
* Move architecture shlib-versions files to Linux-specific directories.Joseph Myers2014-07-171-9/+0
* ARM: Fix compiler warnings from atomic.hWill Newton2014-07-171-3/+3
* ARM: Clean up EABI-related configuryRoland McGrath2014-07-164-32/+62
* Fix -Wundef warnings for SHAREDWill Newton2014-07-091-1/+1
* ARM: Define ELF_MACHINE_NO_RELWill Newton2014-07-041-0/+1
* Regenerate ARM libm-test-ulps.Joseph Myers2014-06-301-56/+905
* ARM: Split Linuxism out of sysdeps/arm/nptl/tls.hRoland McGrath2014-06-301-15/+2
* Remove relro configure test.Joseph Myers2014-06-272-16/+0
* ARM: Move more aeabi routine magic out of Linux-specific directoriesRoland McGrath2014-06-265-3/+31
* Add missing #include <fpu_control.h> to ARM fesetenv/feupdateenv.Roland McGrath2014-06-262-0/+2
* Remove configure tests for assembler CFI support.Joseph Myers2014-06-262-47/+0
* Optimize fesetenvWilco2014-06-241-15/+20
* Add _FPU_MASK_RM and use it instead of FE_TOWARDZERO.Wilco2014-06-244-13/+12
* Remove an unused include.Wilco2014-06-241-1/+0
* Cleanup fenv implementationWilco2014-06-244-4/+0
* Rewrite feupdateenvWilco2014-06-241-6/+38
* Speed up the ARM fenv implementation by avoiding unnecessary FPSCRWilco2014-06-245-23/+29
* Use libc calls defined by fenv_private.h to implement several fenv functionsWilco2014-06-246-102/+64
* [BZ #17075] ARM: Fix immediate calculation of R_ARM_TLS_DESCMaciej W. Rozycki2014-06-2010-1/+149
* Add adaptive elision to rwlocksAndi Kleen2014-06-131-0/+2
* ARM: Define TLS_DEFINE_INIT_TPRoland McGrath2014-06-091-0/+2
* Remove second argument from TLS_INIT_TP macroAndreas Schwab2014-05-271-1/+1
* ARM: Fix handling of concurrent TLS descriptor resolutionWill Newton2014-05-271-19/+12