2001-12-03 Eric Christopher <echristo@redhat.com>
authorEric Christopher <echristo@gmail.com>
Tue, 4 Dec 2001 00:51:33 +0000 (00:51 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 4 Dec 2001 00:51:33 +0000 (00:51 +0000)
        * config/tc-mips.c (tc_gen_reloc): One missed BFD_RELOC_MIPS_GPREL.

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

index e24969e513007e084d996d6882f569aa613d1b52..e2e94d836cbbfffd7ee7233361d9df869849840b 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-03  Eric Christopher  <echristo@redhat.com>
+
+       * config/tc-mips.c (tc_gen_reloc): One missed BFD_RELOC_MIPS_GPREL.
+
 2001-12-02  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
 
        * config/tc-mips.c (macro_build): Replace BFD_RELOC_MIPS_GPREL
        offset.   Add comments to that effect.
        * config/tc-tic54x.c: Fix bugs causing tests to fail.
        * config/tc-tic54x.h: Ditch PARAMS macro.
-       
+
 2001-11-13  Alan Modra  <amodra@bigpond.net.au>
 
        * config/obj-elf.c (obj_elf_version): Ensure terminating NUL is
index f873e15e19e2c03db2764bdd5cae2dff97833a2c..ff331a2bcd15777cb2ea76e7f9b5e095c45e2a1a 100644 (file)
@@ -12266,7 +12266,7 @@ tc_gen_reloc (section, fixp)
      stop md_apply_fix3 from subtracting twice in the first place since
      the fake addend is required for variant frags above.  */
   if (fixp->fx_addsy != NULL && OUTPUT_FLAVOR == bfd_target_elf_flavour
-      && code == BFD_RELOC_MIPS_GPREL
+      && code == BFD_RELOC_GPREL16
       && reloc->addend != 0
       && mips_need_elf_addend_fixup (fixp))
     reloc->addend += S_GET_VALUE (fixp->fx_addsy);
This page took 0.036567 seconds and 4 git commands to generate.