Browse Source

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

* config/tc-arm.c (arm_force_relocation): Return 0 for OFFSET_IMM.
binutils-2_14-branch
Phil Blundell 24 years ago
parent
commit
472816383c
  1. 4
      gas/ChangeLog
  2. 1
      gas/config/tc-arm.c

4
gas/ChangeLog

@ -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

1
gas/config/tc-arm.c

@ -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;

Loading…
Cancel
Save