Fix the previous misapplied patch.
authorNick Clifton <nickc@redhat.com>
Wed, 18 Oct 2000 19:26:57 +0000 (19:26 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 18 Oct 2000 19:26:57 +0000 (19:26 +0000)
gas/ChangeLog
gas/config/tc-m68k.c

index 1e070cf670ab5d89cd1d245784e8b923f7776a0f..d4a67d437590409588264af97cca40fddaab28d8 100644 (file)
@@ -1,3 +1,7 @@
+2000-10-18  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
+
+       * config/tc-m68k.c: Fix the previous misapplied patch.
+
 2000-10-18  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
 
         * config/tc-m68k.h (RELAX_RELOC_*): New definitions for both
index cb4a328be2c0a7fd8f37b9f9d383929c620066cf..1cd8157088dedccae687016676bb551262c9355a 100644 (file)
@@ -4383,7 +4383,7 @@ md_convert_frag_1 (fragP)
          fragP->fr_opcode[0] = 0x4E;
          fragP->fr_opcode[1] = (char) 0xB9; /* JSR with ABSL LONG operand */
          fix_new (fragP, fragP->fr_fix, 4, fragP->fr_symbol, fragP->fr_offset,
-                  0, RELAX_RELOC_PC32);
+                  0, RELAX_RELOC_ABS32);
          fragP->fr_fix += 4;
        }
       else if (fragP->fr_opcode[0] == 0x60)    /* jbra */