diff options
author | Richard Henderson <rth@twiddle.net> | 2013-02-14 21:17:19 -0800 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2013-03-06 07:46:46 -0800 |
commit | 92cc8e332bb3b9b24d2ba581e40d4433594841be (patch) | |
tree | 49fe7aaec9a24928dbdf09bb8a291f662cce9460 /ports/ChangeLog.arm | |
parent | 55668624cf2c1c70ff67d8160f021df1f50fab0e (diff) | |
download | glibc-92cc8e332bb3b9b24d2ba581e40d4433594841be.zip glibc-92cc8e332bb3b9b24d2ba581e40d4433594841be.tar.gz glibc-92cc8e332bb3b9b24d2ba581e40d4433594841be.tar.bz2 |
arm: Delete LOADREGS macro
There was only one user. It's "condition" argument was used
for "ia" rather than an actual condition. The apcs26 syntax
is almost certainly not needed, given current binutils requirements.
Diffstat (limited to 'ports/ChangeLog.arm')
-rw-r--r-- | ports/ChangeLog.arm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/ChangeLog.arm b/ports/ChangeLog.arm index 8279a3e..2276ec5 100644 --- a/ports/ChangeLog.arm +++ b/ports/ChangeLog.arm @@ -1,5 +1,8 @@ 2013-03-06 Richard Henderson <rth@redhat.com> + * sysdeps/arm/__longjmp.S (__longjmp): Use ldmia insn directly. + * sysdeps/arm/sysdep.h (LOADREGS): Remove. + * sysdeps/arm/arm-mcount.S (_mcount): Use push/pop mnemonics. * sysdeps/arm/crti.S, sysdeps/arm/crtn.S: Likewise. * sysdeps/arm/dl-tlsdesc.S: Likewise. |