2003-04-02 Philip Blundell <philb@gnu.org>

* config/tc-arm.c (arm_force_relocation): Return 0 for OFFSET_IMM.
This commit is contained in:
Phil Blundell 2003-04-02 23:31:25 +00:00
parent 1abaf70c94
commit 472816383c
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2003-04-02 Philip Blundell <philb@gnu.org>
* config/tc-arm.c (arm_force_relocation): Return 0 for OFFSET_IMM.
2003-04-02 Chris Demetriou <cgd@broadcom.com>
* config/tc-mips.c (macro2): Adjust implementation of

View File

@ -12475,6 +12475,7 @@ arm_force_relocation (fixp)
/* Resolve these relocations even if the symbol is extern or weak. */
if (fixp->fx_r_type == BFD_RELOC_ARM_IMMEDIATE
|| fixp->fx_r_type == BFD_RELOC_ARM_OFFSET_IMM
|| fixp->fx_r_type == BFD_RELOC_ARM_ADRL_IMMEDIATE)
return 0;