OSDN Git Service

Allow an absolute reference to _GLOBAL_TABLE_OFFSET_ to be converted into
authorNick Clifton <nickc@redhat.com>
Wed, 23 Oct 2002 10:34:18 +0000 (10:34 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 23 Oct 2002 10:34:18 +0000 (10:34 +0000)
a GOT reloc.

gas/ChangeLog
gas/config/tc-arm.c

index 9af2e5b..247590d 100644 (file)
@@ -1,3 +1,8 @@
+2002-10-23  Nick Clifton  <nickc@redhat.com>
+
+       * config/tc-arm.c (tc_gen_reloc): Allow an absolute reference to
+       _GLOBAL_TABLE_OFFSET_ to be converted into a GOT reloc.
+
 2002-10-23  Hans-Peter Nilsson  <hp@bitrange.com>
 
        * config/tc-mmix.h (mmix_frob_file_before_adjust): Don't declare.
index 17425e5..1205866 100644 (file)
@@ -10339,7 +10339,7 @@ tc_gen_reloc (section, fixp)
     }
 
 #ifdef OBJ_ELF
-  if (code == BFD_RELOC_32_PCREL
+  if ((code == BFD_RELOC_32_PCREL || code == BFD_RELOC_32)
       && GOT_symbol
       && fixp->fx_addsy == GOT_symbol)
     {