diff options
author | Mark Shinwell <shinwell@codesourcery.com> | 2007-05-15 09:54:09 +0000 |
---|---|---|
committer | Mark Shinwell <shinwell@codesourcery.com> | 2007-05-15 09:54:09 +0000 |
commit | a00a1f35e162a3eb8294f994c36fce1b470e106c (patch) | |
tree | 36e96d5bf7bd015c128c3ce7cc4a5c3fe7bfd331 /bfd/ChangeLog | |
parent | 1c3f20b4d1bae5fb56f265da94b18101f7dab390 (diff) | |
download | gdb-a00a1f35e162a3eb8294f994c36fce1b470e106c.zip gdb-a00a1f35e162a3eb8294f994c36fce1b470e106c.tar.gz gdb-a00a1f35e162a3eb8294f994c36fce1b470e106c.tar.bz2 |
bfd/
* elf32-arm.c (elf32_arm_final_link_relocate): Correctly
handle the Thumb-2 JUMP19 relocation.
ld/testsuite/
* ld-arm/arm-elf.exp: Add jump19 testcase.
* ld-arm/jump19.d: New.
* ld-arm/jump19.s: New.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 1a97ba1..5d54f5c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2007-05-15 Mark Shinwell <shinwell@codesourcery.com> + + * elf32-arm.c (elf32_arm_final_link_relocate): Correctly + handle the Thumb-2 JUMP19 relocation. + 2007-05-15 Alan Modra <amodra@bigpond.net.au> PR 4479 |