diff options
author | Paul Brook <paul@codesourcery.com> | 2007-05-18 00:25:04 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2007-05-18 00:25:04 +0000 |
commit | 26079076f561da43bcdddf0eaec32211fec765a7 (patch) | |
tree | 02ad615047df9fbbb91a71f0633463d0fc945729 /bfd/ChangeLog | |
parent | 1e3a97b2f2cc10c41f908befc36ad89edbb6c573 (diff) | |
download | gdb-26079076f561da43bcdddf0eaec32211fec765a7.zip gdb-26079076f561da43bcdddf0eaec32211fec765a7.tar.gz gdb-26079076f561da43bcdddf0eaec32211fec765a7.tar.bz2 |
2007-05-18 Paul Brook <paul@codesourcery.com>
bfd/
* elf32-arm.c (ARM2THUMB_V5_STATIC_GLUE_SIZE): Define.
(a2t1v5_ldr_insn, a2t1v5_ldr_insn): New.
(record_arm_to_thumb_glue): Add v5t non-pic glue.
(elf32_arm_create_thumb_stub): Ditto.
ld/testsuite/
* ld-arm/arm-call.d: Update expected output.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index ab4a46f..6d8c673 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2007-05-18 Paul Brook <paul@codesourcery.com> + + * elf32-arm.c (ARM2THUMB_V5_STATIC_GLUE_SIZE): Define. + (a2t1v5_ldr_insn, a2t1v5_ldr_insn): New. + (record_arm_to_thumb_glue): Add v5t non-pic glue. + (elf32_arm_create_thumb_stub): Ditto. + 2007-05-16 H.J. Lu <hongjiu.lu@intel.com> Alan Modra <amodra@bigpond.net.au> |