about summary refs log tree commit diff
path: root/ports/sysdeps/unix/sysv/linux/arm
Commit message (Expand)AuthorAgeFilesLines
* Move arm from ports to libc.Joseph Myers2014-02-08136-9083/+0
* Move shared sysdeps files from alpha to arm.Joseph Myers2014-02-083-3/+121
* ARM: Fix clone build for ARMv4Will Newton2014-01-241-7/+1
* ARM: Don't apply pointer encryption to the frame pointerWill Newton2014-01-141-2/+6
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-0163-63/+63
* Use __glibc_reserved instead __unused.Ondřej Bílka2013-11-261-9/+9
* rename configure.in to configure.acMike Frysinger2013-10-304-4/+4
* ARM: Allow building __longjmp as Thumb.Will Newton2013-10-041-2/+0
* ARM: Add pointer encryption support.Will Newton2013-10-031-3/+39
* ARM: Fix clone code when built for Thumb.Will Newton2013-08-301-2/+2
* Use ELFOSABI_GNU instead of ELFOSABI_LINUX.Thomas Schwinge2013-08-291-3/+3
* Add GLRO(dl_hwcap2) for new AT_HWCAP2 auxv_t a_type.Ryan S. Arnold2013-06-281-1/+5
* New API to set default thread attributesSiddhesh Poyarekar2013-06-151-0/+4
* Remove trailing whitespace in ports.Joseph Myers2013-06-053-3/+3
* Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold2013-05-161-0/+2
* New <math.h> macro named issignaling to check for a signaling NaN (sNaN).Thomas Schwinge2013-04-021-0/+4
* Use LIBC_CONFIG_VAR for ARM default-abi setting.Joseph Myers2013-03-201-3/+0
* Add comments about ARM configure -fno-unwind-tables handling.Joseph Myers2013-03-112-0/+2
* Remove extra pthread_atfork compat symbolsAndreas Schwab2013-03-111-1/+0
* arm: Implement hard-tp for GET_TLSRichard Henderson2013-03-062-8/+13
* arm: Use push/pop mnemonicsRichard Henderson2013-03-0610-49/+48
* arm: Introduce and use GET_TLSRichard Henderson2013-03-066-22/+40
* arm: Introduce and use NEGOFF series of macrosRichard Henderson2013-03-064-14/+19
* arm: Introduce and use LDST_PCRELRichard Henderson2013-03-062-14/+6
* Use <bits/mman-linux.h> on ARMAndreas Jaeger2013-03-061-74/+2
* arm: Mark assembly files that will not use thumb modeRichard Henderson2013-02-282-0/+4
* arm: Add IT insns for thumb modeRichard Henderson2013-02-286-2/+12
* arm: Introduce and use PC_OFSRichard Henderson2013-02-286-14/+12
* arm: Tidy whitespace in sysdep.h filesRichard Henderson2013-02-282-249/+245
* arm: Include libc-do-syscall in sysdep-rtld-routinesRichard Henderson2013-02-281-1/+1
* ARM: Macroize use of .cfi_sections directive.Roland McGrath2013-02-271-1/+1
* Add FUTEX_*_REQUEUE_PI support for ARM.Joseph Myers2013-02-181-0/+28
* C++11 thread_local destructors supportSiddhesh Poyarekar2013-02-181-0/+3
* Remove __ptrvalue, __bounded and __unbounded.Joseph Myers2013-02-131-2/+2
* Remove CHECK_N and bp-checks.h.Joseph Myers2013-02-084-12/+8
* ARM: Support loading unmarked objects from cache.Carlos O'Donell2013-02-082-2/+13
* Remove CHECK_STRING, CHECK_STRING_NULL_OK and __ubp_memchr.Joseph Myers2013-02-041-2/+1
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-0263-70/+63
* arm: Check for the FLAG_ARM_LIBHF flag in the ldconfig cacheMarcus Shawcroft2012-12-041-0/+29
* arm: Tag ARM libc6-dependent binaries with FLAG_ELF_LIBC6Marcus Shawcroft2012-12-041-0/+25
* arm: Tag ARM and AArch64 binaries in the ldconfig cache.Marcus Shawcroft2012-12-041-0/+73
* Avoid $(shell) in determining default ARM ABI.Joseph Myers2012-11-211-16/+7
* Fix thumb2 build breakage in libcryptMarcus Shawcroft2012-11-141-0/+4
* Define lll_futex_timed_wait_bitset for ARM.Joseph Myers2012-11-051-1/+13
* BZ#14743: Move clock_* symbols from librt to libc.Roland McGrath2012-10-241-0/+5
* Always define __O_LARGEFILEAndreas Jaeger2012-10-221-4/+1
* ARM: Use <bits/fcntl-linux.h>Andreas Jaeger2012-10-221-271/+7
* Fix clone flag name in comment to CLONE_CHILD_CLEARTID.Siddhesh Poyarekar2012-10-021-1/+1
* Remove __ASSUME_STAT64_SYSCALL.Joseph Myers2012-08-271-4/+0
* Check floating-point ABI in ARM VALID_ELF_HEADER.Steve McIntyre2012-08-231-3/+15