diff options
author | Paul Brook <paul@codesourcery.com> | 2008-03-08 14:58:14 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2008-03-08 14:58:14 +0000 |
commit | 12a0a0fd8876a94fcafa35b30e23984f738cb400 (patch) | |
tree | 3b6ed7e0f3afbb00e892b634c8b583a241c2d821 /bfd/ChangeLog | |
parent | 39623e120c11861d80f4859ccf3e7b77b7c15fa3 (diff) | |
download | gdb-12a0a0fd8876a94fcafa35b30e23984f738cb400.zip gdb-12a0a0fd8876a94fcafa35b30e23984f738cb400.tar.gz gdb-12a0a0fd8876a94fcafa35b30e23984f738cb400.tar.bz2 |
2008-03-08 Paul Brook <paul@codesourcery.com>
bfd/
* elf32-arm.c (insert_thumb_branch): Rewrite.
(elf32_thumb_to_arm_stub): Use new insert_thumb_branch.
ld/testsuite/
* ld-arm/arm-elf.exp (armeabitests): Add thumb2-b-interwork.
* ld-arm/thumb2-b-interwork.d: New test.
* ld-arm/thumb2-b-interwork.s: New test.
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 73c6a77..9027887 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2008-03-08 Paul Brook <paul@codesourcery.com> + + * elf32-arm.c (insert_thumb_branch): Rewrite. + (elf32_thumb_to_arm_stub): Use new insert_thumb_branch. + 2008-03-07 Paul Brook <paul@codesourcery.com> * elf32-arm.c (elf32_arm_howto_table_1): Fix bitmasks for MOVW and |