diff options
author | Mark Shinwell <shinwell@codesourcery.com> | 2006-10-18 15:34:50 +0000 |
---|---|---|
committer | Mark Shinwell <shinwell@codesourcery.com> | 2006-10-18 15:34:50 +0000 |
commit | 92f5d02b57f259eb32c3b3499898af0d6814fead (patch) | |
tree | 57ff885df636891f72fde3128211f0c6922e6e5e /bfd/ChangeLog | |
parent | 34439770999ff8e32edcfdf3468e660b317f30ea (diff) | |
download | gdb-92f5d02b57f259eb32c3b3499898af0d6814fead.zip gdb-92f5d02b57f259eb32c3b3499898af0d6814fead.tar.gz gdb-92f5d02b57f259eb32c3b3499898af0d6814fead.tar.bz2 |
* elf32-arm.c (elf32_arm_final_link_relocate): Add support for
R_ARM_MOVW_BREL_NC, R_ARM_MOVW_BREL, R_ARM_MOVT_BREL,
R_ARM_THM_MOVW_BREL_NC, R_ARM_THM_MOVW_BREL and
R_ARM_THM_MOVT_BREL relocations.
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 db2662f..961e65e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,12 @@ 2006-10-17 Mark Shinwell <shinwell@codesourcery.com> + * elf32-arm.c (elf32_arm_final_link_relocate): Add support for + R_ARM_MOVW_BREL_NC, R_ARM_MOVW_BREL, R_ARM_MOVT_BREL, + R_ARM_THM_MOVW_BREL_NC, R_ARM_THM_MOVW_BREL and + R_ARM_THM_MOVT_BREL relocations. + +2006-10-17 Mark Shinwell <shinwell@codesourcery.com> + * elf32-arm.c (elf32_arm_howto_table_1): Change offset for R_THM_CALL to 25 and remove FIXME comment. (using_thumb2): New function. |