about summary refs log tree commit diff
path: root/sysdeps/arm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Consistently use $(elf-objpfx).Joseph Myers2014-05-211-2/+2
* Revert "ARM: Improve fenv implementation"Marcus Shawcroft2014-05-1912-75/+99
* ARM: soft-fp NaN representation correctionMaciej W. Rozycki2014-05-161-3/+3
* ARM: Improve fenv implementationWilco2014-05-1512-99/+75
* ARM: Improve fenv implementationWilco2014-05-1516-233/+171
* Clean up ARM old-ABI symbol versioning relics.Joseph Myers2014-05-146-51/+10
* Move NPTL public ABI headers for ARM to sysdeps/arm/nptl/.Roland McGrath2014-05-132-0/+221
* Clean up __exit_thread.Roland McGrath2014-05-131-5/+0
* Make armv7 strcmp assembly compatible with ARM mode and SFI.Roland McGrath2014-05-091-45/+103
* ARM: Allow auto-detection of linker relro featureWill Newton2014-05-092-0/+16
* ARM: Add optimized ARMv7 strcmp implementationWill Newton2014-05-091-0/+492
* Move ARM internal unwind.h header to the right sysdeps directory.Roland McGrath2014-05-061-0/+278
* ARM: Fix R_ARM_IRELATIVE RELA relocations.Julian Brown2014-04-301-1/+1
* [ARM] Add support for fenv_private on ARM.Wilco Dijkstra2014-04-283-1/+261
* Add fenv test support for targets which don't have FP traps.Wilco2014-04-171-0/+3
* Factor mmap/munmap of PT_LOAD segments out of _dl_map_object_from_fd et al.Roland McGrath2014-04-031-2/+2
* Fix -Wundef warnins for __FP_FAST_FMA*Siddhesh Poyarekar2014-03-211-3/+3
* Compile with -Wundef.Roland McGrath2014-03-141-0/+1
* ARM: Fix up setjmp/longjmp changes sfi_* macro use.Roland McGrath2014-03-112-9/+18
* Don't include individual test ulps in libm-test-ulps.Joseph Myers2014-03-051-7716/+0
* Fix ARM NAN fraction bits.Joey Ye2014-02-271-3/+3
* ARM: Add SystemTap probes to longjmp and setjmp.Will Newton2014-02-254-31/+49
* Update ARM ulps for VFPv4 (bug 16600).Yury Gribov2014-02-211-22/+345
* soft-fp: support after-rounding tininess detection.Joseph Myers2014-02-121-0/+2
* Fix whitespace in ARM files to allow move.Joseph Myers2014-02-081-1/+0
* Move arm from ports to libc.Joseph Myers2014-02-08128-0/+17541
* Move arm port to ports repository cvs/fedora-glibc-20050524T1606Roland McGrath2005-05-2446-3675/+0
* * sysdeps/generic/wordexp.c (exec_comm_child): Add inline keyword.Roland McGrath2005-03-151-5/+10
* (ELF_MACHINE_NO_RELA): Define unconditionally to defined RTLD_BOOTSTRAP.Ulrich Drepper2005-03-061-3/+1
* [BZ #721]Roland McGrath2005-03-011-5/+6
* * csu/elf-init.c (__libc_csu_fini): Don't do anything here. Ulrich Drepper2005-01-062-4/+4
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-2245-0/+3671
* 2.5-18.1Jakub Jelinek2007-07-1245-3671/+0
* * sysdeps/arm/sysdep.h: Define __USE_BX__ if bx is available.Roland McGrath2004-12-043-8/+15
* * csu/elf-init.c: Update copyright terms including special exceptionRoland McGrath2004-08-161-0/+17
* * scripts/output-format.sed: Handle default case of three-argumentRoland McGrath2004-08-141-1/+1
* * sysdeps/arm/strlen.S [__ARMEB__]: Compute correctly for big-endian.Roland McGrath2004-06-111-0/+9
* [BZ #140]Roland McGrath2004-04-291-20/+13