Another fix for PR16116

This commit is contained in:
Nick Clifton 1998-06-06 07:03:45 +00:00
parent 06aa0337a8
commit dbf2a52296
2 changed files with 6 additions and 0 deletions

View 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.

View 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;
}
}