bfd/
authorMark Shinwell <shinwell@codesourcery.com>
Thu, 24 Aug 2006 14:49:52 +0000 (14:49 +0000)
committerMark Shinwell <shinwell@codesourcery.com>
Thu, 24 Aug 2006 14:49:52 +0000 (14:49 +0000)
commit414edaa3a476d4cbfcb196a5c0ead142f762ba28
tree3da26099ec05d59ede625314da91f07027f12e03
parent565e6b3514bf9d27f7ef59808792e29b644461d7
bfd/
* elf32-arm.c (elf32_arm_howto_table_1): Change offset for
R_THM_CALL to 25 and remove FIXME comment.
(using_thumb2): New function.
(elf32_arm_final_link_relocate): Cope with Thumb-2 BL encoding.

ld/testsuite/
* arm-elf.exp: Add thumb1-bl, thumb2-bl, thumb2-bl-as-thumb1-bad
and thumb2-bl-bad tests.
* thumb1-bl.d: New.
* thumb1-bl.s: New.
* thumb2-bl-as-thumb1-bad.d: New.
* thumb2-bl-as-thumb1-bad.s: New.
* thumb2-bl-bad.d: New.
* thumb2-bl-bad.s: New.
* thumb2-bl.d: New.
* thumb2-bl.s: New.
ChangeLog.csl
bfd/elf32-arm.c
ld/testsuite/ld-arm/arm-elf.exp
ld/testsuite/ld-arm/thumb1-bl.d [new file with mode: 0644]
ld/testsuite/ld-arm/thumb1-bl.s [new file with mode: 0644]
ld/testsuite/ld-arm/thumb2-bl-as-thumb1-bad.d [new file with mode: 0644]
ld/testsuite/ld-arm/thumb2-bl-as-thumb1-bad.s [new file with mode: 0644]
ld/testsuite/ld-arm/thumb2-bl-bad.d [new file with mode: 0644]
ld/testsuite/ld-arm/thumb2-bl-bad.s [new file with mode: 0644]
ld/testsuite/ld-arm/thumb2-bl.d [new file with mode: 0644]
ld/testsuite/ld-arm/thumb2-bl.s [new file with mode: 0644]