From 472816383ccbb053d85fcfc816420749a113ba83 Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Wed, 2 Apr 2003 23:31:25 +0000 Subject: 2003-04-02 Philip Blundell * config/tc-arm.c (arm_force_relocation): Return 0 for OFFSET_IMM. --- gas/config/tc-arm.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gas/config/tc-arm.c') diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index 33b0bea..484acb5 100644 --- a/gas/config/tc-arm.c +++ b/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; -- cgit v1.1