diff options
author | Paul Brook <paul@codesourcery.com> | 2004-12-09 20:25:24 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2004-12-09 20:25:24 +0000 |
commit | be1b2b4b3b83b634b6848c952df617f62da311f7 (patch) | |
tree | 478dd71f52d4e48eb9d7d7e0cb3497f6eece5f20 /gas/ChangeLog | |
parent | 45851e004a991f1e206ce499319ab485648c736b (diff) | |
download | gdb-be1b2b4b3b83b634b6848c952df617f62da311f7.zip gdb-be1b2b4b3b83b634b6848c952df617f62da311f7.tar.gz gdb-be1b2b4b3b83b634b6848c952df617f62da311f7.tar.bz2 |
* config/tc-arm.c (s_arm_unwind_fnend): Use R_ARM_PREL31 relocation
for function start.
* testsuite/gas/arm/unwind.d: Expect R_ARM_PREL31 relocations.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 27e3cce..8a1989f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2004-12-09 Paul Brook <paul@codesourcery.com> + + * config/tc-arm.c (s_arm_unwind_fnend): Use R_ARM_PREL31 relocation + for function start. + 2004-12-09 Ian Lance Taylor <ian@wasabisystems.com> * config/tc-mips.c (append_insn): If we emit a nop during a relax |