diff options
author | Richard Henderson <rth@twiddle.net> | 2013-02-13 21:21:39 -0800 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2013-03-06 07:44:24 -0800 |
commit | cd24e113c38e81c15a72536a99062373d5701389 (patch) | |
tree | 9bf6a337d9d803b5e9e80fea4c6e676140d9b770 /ports/ChangeLog.arm | |
parent | 8e39047d31421857f7c8a95816e8eb785199ccb3 (diff) | |
download | glibc-cd24e113c38e81c15a72536a99062373d5701389.tar glibc-cd24e113c38e81c15a72536a99062373d5701389.tar.gz glibc-cd24e113c38e81c15a72536a99062373d5701389.tar.bz2 glibc-cd24e113c38e81c15a72536a99062373d5701389.zip |
arm: Introduce and use LDST_PCREL
Macro-ising the few instances where we need to distinguish between
arm and thumb pc-relative memory operations.
Diffstat (limited to 'ports/ChangeLog.arm')
-rw-r--r-- | ports/ChangeLog.arm | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ports/ChangeLog.arm b/ports/ChangeLog.arm index e7aa48cb19..d3da2fbb10 100644 --- a/ports/ChangeLog.arm +++ b/ports/ChangeLog.arm @@ -1,3 +1,15 @@ +2013-03-06 Richard Henderson <rth@redhat.com> + + * sysdeps/arm/sysdep.h (LDST_PCREL): New macro. + * sysdeps/unix/arm/sysdep.S (__syscall_error): Use LDST_PCREL. + Fix up gottpoff load of errno for thumb2. + * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h + (SINGLE_THREAD_P): Use LDST_PCREL. + (PSEUDO_PROLOGUE): Remove. + (PSEUDO): Don't use it. + * sysdeps/unix/sysv/linux/arm/sysdep.h (SYSCALL_ERROR_HANDLER): + Use LDST_PCREL. + 2013-03-06 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/arm/bits/mman.h: Remove all defines |