aboutsummaryrefslogtreecommitdiff
path: root/ports/sysdeps/unix/sysv/linux/arm
AgeCommit message (Expand)Author
2014-02-08Move arm from ports to libc.Joseph Myers
2014-02-08Move shared sysdeps files from alpha to arm.Joseph Myers
2014-01-24ARM: Fix clone build for ARMv4Will Newton
2014-01-14ARM: Don't apply pointer encryption to the frame pointerWill Newton
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-11-26Use __glibc_reserved instead __unused.Ondřej Bílka
2013-10-30rename configure.in to configure.acMike Frysinger
2013-10-04ARM: Allow building __longjmp as Thumb.Will Newton
2013-10-03ARM: Add pointer encryption support.Will Newton
2013-08-30ARM: Fix clone code when built for Thumb.Will Newton
2013-08-29Use ELFOSABI_GNU instead of ELFOSABI_LINUX.Thomas Schwinge
2013-06-28Add GLRO(dl_hwcap2) for new AT_HWCAP2 auxv_t a_type.Ryan S. Arnold
2013-06-15New API to set default thread attributesSiddhesh Poyarekar
2013-06-05Remove trailing whitespace in ports.Joseph Myers
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold
2013-04-02New <math.h> macro named issignaling to check for a signaling NaN (sNaN).Thomas Schwinge
2013-03-20Use LIBC_CONFIG_VAR for ARM default-abi setting.Joseph Myers
2013-03-11Add comments about ARM configure -fno-unwind-tables handling.Joseph Myers
2013-03-11Remove extra pthread_atfork compat symbolsAndreas Schwab
2013-03-06arm: Implement hard-tp for GET_TLSRichard Henderson
2013-03-06arm: Use push/pop mnemonicsRichard Henderson
2013-03-06arm: Introduce and use GET_TLSRichard Henderson
2013-03-06arm: Introduce and use NEGOFF series of macrosRichard Henderson
2013-03-06arm: Introduce and use LDST_PCRELRichard Henderson
2013-03-06Use <bits/mman-linux.h> on ARMAndreas Jaeger
2013-02-28arm: Mark assembly files that will not use thumb modeRichard Henderson
2013-02-28arm: Add IT insns for thumb modeRichard Henderson
2013-02-28arm: Introduce and use PC_OFSRichard Henderson
2013-02-28arm: Tidy whitespace in sysdep.h filesRichard Henderson
2013-02-28arm: Include libc-do-syscall in sysdep-rtld-routinesRichard Henderson
2013-02-27ARM: Macroize use of .cfi_sections directive.Roland McGrath
2013-02-18Add FUTEX_*_REQUEUE_PI support for ARM.Joseph Myers
2013-02-18C++11 thread_local destructors supportSiddhesh Poyarekar
2013-02-13Remove __ptrvalue, __bounded and __unbounded.Joseph Myers
2013-02-08Remove CHECK_N and bp-checks.h.Joseph Myers
2013-02-08ARM: Support loading unmarked objects from cache.Carlos O'Donell
2013-02-04Remove CHECK_STRING, CHECK_STRING_NULL_OK and __ubp_memchr.Joseph Myers
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-12-04arm: Check for the FLAG_ARM_LIBHF flag in the ldconfig cacheMarcus Shawcroft
2012-12-04arm: Tag ARM libc6-dependent binaries with FLAG_ELF_LIBC6Marcus Shawcroft
2012-12-04arm: Tag ARM and AArch64 binaries in the ldconfig cache.Marcus Shawcroft
2012-11-21Avoid $(shell) in determining default ARM ABI.Joseph Myers
2012-11-14Fix thumb2 build breakage in libcryptMarcus Shawcroft
2012-11-05Define lll_futex_timed_wait_bitset for ARM.Joseph Myers
2012-10-24BZ#14743: Move clock_* symbols from librt to libc.Roland McGrath
2012-10-22Always define __O_LARGEFILEAndreas Jaeger
2012-10-22ARM: Use <bits/fcntl-linux.h>Andreas Jaeger
2012-10-02Fix clone flag name in comment to CLONE_CHILD_CLEARTID.Siddhesh Poyarekar
2012-08-27Remove __ASSUME_STAT64_SYSCALL.Joseph Myers
2012-08-23Check floating-point ABI in ARM VALID_ELF_HEADER.Steve McIntyre