2006-05-02 Paul Brook <paul@codesourcery.com>
commit7641d0045133c9d717e8558255c0e1d1e567dce4
authorPaul Brook <paul@codesourcery.com>
Tue, 2 May 2006 13:09:18 +0000 (2 13:09 +0000)
committerPaul Brook <paul@codesourcery.com>
Tue, 2 May 2006 13:09:18 +0000 (2 13:09 +0000)
tree27f93442740709efd8b114577788d34de7662a60
parent8ce7dbf2dd09a561c7e2ea5a655658ef5ad34554
2006-05-02  Paul Brook  <paul@codesourcery.com>

bfd/
* elf32-arm.c (elf32_arm_final_link_relocate): Set thumb funciton bit
for R_ARM_REL32.
gas/
* config/tc-arm.c (arm_optimize_expr): New function.
* config/tc-arm.h (md_optimize_expr): Define
(arm_optimize_expr): Add prototype.
(TC_FORCE_RELOCATION_SUB_SAME): Define.
ld/testsuite/
* ld-arm/arm-elf.exp: Add thumb-rel32.
* ld-arm/thumb-rel32.d: New test.
* ld-arm/thumb-rel32.s: New test.
bfd/ChangeLog
bfd/elf32-arm.c
gas/ChangeLog
gas/config/tc-arm.c
gas/config/tc-arm.h
ld/testsuite/ChangeLog
ld/testsuite/ld-arm/arm-elf.exp
ld/testsuite/ld-arm/thumb-rel32.d [new file with mode: 0644]
ld/testsuite/ld-arm/thumb-rel32.s [new file with mode: 0644]