* config/tc-mips.c (tc_gen_reloc): BFD_RELOC_PCREL_HI16_S and
authorIan Lance Taylor <ian@airs.com>
Mon, 22 Jul 1996 18:03:41 +0000 (18:03 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 22 Jul 1996 18:03:41 +0000 (18:03 +0000)
BFD_RELOC_PCREL_LO16 are expected to be PC relative.

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

index 50d266a38b1116ebcf43b36de715f3614edfcddf..2b38f16fc9eb57381f4ce1c68ba3e41eb0a945f5 100644 (file)
@@ -1,3 +1,8 @@
+Mon Jul 22 14:01:33 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-mips.c (tc_gen_reloc): BFD_RELOC_PCREL_HI16_S and
+       BFD_RELOC_PCREL_LO16 are expected to be PC relative.
+
 Mon Jul 22 12:46:55 1996  Richard Henderson  <rth@tamu.edu>
 
        * tc-alpha.c: Patches to track current minimum alignment to reduce
index dd2b599afc72777eab1dd8a1fa11981364c00061..1f7e256faf041f81a8fe5c7066b95ea8fbd47f8c 100644 (file)
@@ -7671,6 +7671,8 @@ tc_gen_reloc (section, fixp)
        case BFD_RELOC_16_PCREL:
        case BFD_RELOC_32_PCREL:
        case BFD_RELOC_16_PCREL_S2:
+       case BFD_RELOC_PCREL_HI16_S:
+       case BFD_RELOC_PCREL_LO16:
          break;
        default:
          as_bad_where (fixp->fx_file, fixp->fx_line,