mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 18:44:20 +08:00
Fix the previous misapplied patch.
This commit is contained in:
parent
5cbdaa7740
commit
3ae647a0a9
@ -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
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user