revert earlier patch to set prev_insn_valid when not reordering
authorIan Lance Taylor <ian@airs.com>
Wed, 12 Feb 1997 21:36:17 +0000 (21:36 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 12 Feb 1997 21:36:17 +0000 (21:36 +0000)
gas/ChangeLog
gas/config/tc-mips.c

index 13bf83b96b4a25050da092bdeaf664b2105cd1ec..679bacd71378f42a6ac10a81ef5d2e7c9fa69cff 100644 (file)
@@ -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.
 
index 60b338aa8363ecdddac9e963a029289bbd9f2b3a..2453714a78e0e80cde09a1f8f8536969506cb273 100644 (file)
@@ -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.  */