Another fix for PR16116
authorNick Clifton <nickc@redhat.com>
Sat, 6 Jun 1998 07:03:45 +0000 (07:03 +0000)
committerNick Clifton <nickc@redhat.com>
Sat, 6 Jun 1998 07:03:45 +0000 (07:03 +0000)
gas/ChangeLog
gas/config/tc-d30v.c

index 35a1387..a024aca 100644 (file)
@@ -1,3 +1,8 @@
+Sat Jun  6 00:02:41 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * config/tc-d30v.c (md_assemble): Set execution type to unknown
+       after emitting a word of noops.
+
 Fri Jun  5 23:27:04 1998  Alan Modra  <alan@spri.levels.unisa.edu.au>
 
        * config/tc-i386.c (mode_from_disp_size): Disp16 is mode 2.
index 9a75789..d22c243 100644 (file)
@@ -1185,6 +1185,7 @@ md_assemble (str)
              else
                as_warn (_("word of NOPs added between word multiply and 16-bit multiply"));
            }
+         extype = EXEC_UNKNOWN;
        }
     }