* config/tc-arm.c (arm_force_relocation): Move out of #if OBJ_ELF.
commit80c0460b41f0cf613e83aa49cf07b525eb066dbd
authorAlan Modra <amodra@bigpond.net.au>
Thu, 5 Dec 2002 11:46:50 +0000 (5 11:46 +0000)
committerAlan Modra <amodra@bigpond.net.au>
Thu, 5 Dec 2002 11:46:50 +0000 (5 11:46 +0000)
treef8ddcf5a8d295c5d1aa6ec7f3b40200470ac387f
parente737f3efaa055afdc936c88a8e9a4ecce7cfe1a8
* config/tc-arm.c (arm_force_relocation): Move out of #if OBJ_ELF.
Move OBJ_COFF TC_FORCE_RELOCATION code here so that COFF handles
ARM_IMMEDIATE and ARM_ADRL_IMMEDIATE relocs as for ELF.
* config/tc-arm.h (TC_FORCE_RELOCATION): Define for both ELF and
COFF to call arm_force_relocation.
gas/ChangeLog
gas/config/tc-arm.c
gas/config/tc-arm.h