mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-22 02:21:19 +00:00
Another fix for PR16116
This commit is contained in:
parent
06aa0337a8
commit
dbf2a52296
@ -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.
|
||||
|
@ -1185,6 +1185,7 @@ md_assemble (str)
|
||||
else
|
||||
as_warn (_("word of NOPs added between word multiply and 16-bit multiply"));
|
||||
}
|
||||
extype = EXEC_UNKNOWN;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user