From dbf2a52296d271b0c9579f3317b06089fbca5ac8 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Sat, 6 Jun 1998 07:03:45 +0000 Subject: [PATCH] Another fix for PR16116 --- gas/ChangeLog | 5 +++++ gas/config/tc-d30v.c | 1 + 2 files changed, 6 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index 35a1387..a024aca 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Sat Jun 6 00:02:41 1998 Nick Clifton + + * 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 * config/tc-i386.c (mode_from_disp_size): Disp16 is mode 2. diff --git a/gas/config/tc-d30v.c b/gas/config/tc-d30v.c index 9a75789..d22c243 100644 --- a/gas/config/tc-d30v.c +++ b/gas/config/tc-d30v.c @@ -1185,6 +1185,7 @@ md_assemble (str) else as_warn (_("word of NOPs added between word multiply and 16-bit multiply")); } + extype = EXEC_UNKNOWN; } } -- 2.7.4