revert earlier patch to set prev_insn_valid when not reordering
This commit is contained in:
parent
05874c2e35
commit
c0df26bb95
@ -10,8 +10,7 @@ Wed Feb 12 14:36:29 1997 Ian Lance Taylor <ian@cygnus.com>
|
||||
symbol.
|
||||
|
||||
* config/tc-mips.c (append_insn): Warn about an attempt to put an
|
||||
extended instruction in a delay slot when not reordering. Set
|
||||
prev_insn_valid even if not reordering.
|
||||
extended instruction in a delay slot when not reordering.
|
||||
(md_convert_frag): Warn if an extended instruction appears in a
|
||||
delay slot.
|
||||
|
||||
|
@ -1988,7 +1988,6 @@ append_insn (place, ip, address_expr, reloc_type, unmatched_hi)
|
||||
PC relative relocs. */
|
||||
prev_insn = *ip;
|
||||
prev_insn_reloc_type = reloc_type;
|
||||
prev_insn_valid = 1;
|
||||
}
|
||||
|
||||
/* We just output an insn, so the next one doesn't have a label. */
|
||||
|
Loading…
Reference in New Issue
Block a user