aboutsummaryrefslogtreecommitdiff
path: root/ports/ChangeLog.arm
AgeCommit message (Collapse)Author
2012-08-27Remove __ASSUME_STAT64_SYSCALL.Joseph Myers
2012-08-23Check floating-point ABI in ARM VALID_ELF_HEADER.Steve McIntyre
2012-08-20Remove __ASSUME_MMAP2_SYSCALL.Joseph Myers
2012-08-15Add generic versions of pthread_spin_lock and pthread_spin_trylock.Maxim Kuvyrkov
2012-08-15Rename ARM bits/atomic.h not to be specific to nptl add-on.Roland McGrath
2012-08-15Separate ARM bits/atomic.h into generic and Linux-specific files.Roland McGrath
2012-08-14arm: fix up style in reloc fixMike Frysinger
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2012-08-12arm: handle unaligned ABS relocsMike Frysinger
When relocating a misaligned R_ARM_ABS32, glibc currently crashes. URL: https://bugs.gentoo.org/394237 URL: http://gcc.gnu.org/PR51456 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2012-08-09Make ARM setjmp/longjmp respect ARM_ASSUME_NO_IWMMXT macro.Roland McGrath
2012-08-09Avoid VFP HWCAP check in setjmp/longjmp and getcontext/setcontext when ↵Roland McGrath
compiled without __SOFTFP__ defined.
2012-08-09Don't check HWCAP_ARM_VFP in OS-generic code.Roland McGrath
Presume VFP if compiled without __SOFTFP__ defined.
2012-08-08Add sotruss-lib support for ARM.Roland McGrath
2012-08-08Add a const in arm_gnu_pltexit signature.Roland McGrath
2012-08-08ARM: fix build breakage from sysdeps/unix/sysv/linux/arm/dl-machine.h addition.Roland McGrath
2012-08-08Fiddle ARM atomic.h to avoid -Wvolatile-register-var warnings.Roland McGrath
2012-08-08Add missing #include for sysdeps/arm/dl-irel.h.Roland McGrath
2012-08-08Fix __dl_start declaration to avoid warning.Roland McGrath
2012-08-07Remove pre-2.6.16 Linux kernel support.Joseph Myers
2012-08-02Remove ASM_TYPE_DIRECTIVE for ARM.Joseph Myers
2012-08-01Remove __ASSUME_FCNTL64.Joseph Myers
2012-08-01Remove __ASSUME_VFORK_SYSCALL (and some __NR_vfork conditionals).Joseph Myers
2012-08-01Move Linuxism out of sysdeps/arm/dl-machine.h.Roland McGrath
2012-08-01BZ#14138: Move getrlimit (ugetrlimit) syscall to syscalls.list.Roland McGrath
2012-07-31Missing ChangeLog.arm entry.Roland McGrath
2012-07-25Remove pre-2.4.21 Linux kernel support.Joseph Myers
2012-07-25Fix up ChangeLog entriesFlorian Weimer
2012-07-20Move localplt baselines to sysdeps directories.Joseph Myers
2012-07-17Remove TLS configure check for ARM.Joseph Myers
2012-07-17Move c++-types baselines to sysdeps directories.Joseph Myers
2012-07-12Remove pre-2.4.1 Linux kernel support.Joseph Myers
2012-07-10Change ASM_GLOBAL_DIRECTIVE to .globl for ARM.Joseph Myers
2012-07-05Add ARM-specific static-stubs.c.Joseph Myers
2012-07-03Avoid use of libgcc_s and libgcc_eh when building glibc.Joseph Myers
2012-07-01Move all files into ports/ subdirectory in preparation for merge with glibcglibc-2.16-ports-before-mergeJoseph Myers