From c0df26bb95b0b3f2bf4cf5f98924799b10330a02 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 12 Feb 1997 21:36:17 +0000 Subject: [PATCH] revert earlier patch to set prev_insn_valid when not reordering --- gas/ChangeLog | 3 +-- gas/config/tc-mips.c | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 13bf83b..679bacd 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -10,8 +10,7 @@ Wed Feb 12 14:36:29 1997 Ian Lance Taylor 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. diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index 60b338a..2453714 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -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. */ -- 2.7.4