aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-05-30 18:36:57 +0000
committerNick Clifton <nickc@redhat.com>2000-05-30 18:36:57 +0000
commit896ad910163de1066275320baea937053688f1ef (patch)
tree5732b0fce94cb6e64f58398f6cdecbc50d7d68b3
parentc1485d85e0bae60bf321baa007dd44bcc56b534b (diff)
downloadbinutils-896ad910163de1066275320baea937053688f1ef.zip
binutils-896ad910163de1066275320baea937053688f1ef.tar.gz
binutils-896ad910163de1066275320baea937053688f1ef.tar.bz2
Remove illegal instruciton pattern, since it is the same as the breakpoint
pattern.
-rw-r--r--sim/v850/ChangeLog5
-rw-r--r--sim/v850/v850.igen7
2 files changed, 5 insertions, 7 deletions
diff --git a/sim/v850/ChangeLog b/sim/v850/ChangeLog
index 8ad164a..fcc16b0 100644
--- a/sim/v850/ChangeLog
+++ b/sim/v850/ChangeLog
@@ -1,3 +1,8 @@
+2000-05-30 Nick Clifton <nickc@cygnus.com>
+
+ * v850.igen: Remove illegal instruction pattern, since it is the
+ same as the breakpoint pattern.
+
Tue May 23 21:39:23 2000 Andrew Cagney <cagney@b1.cygnus.com>
* configure: Regenerated to track ../common/aclocal.m4 changes.
diff --git a/sim/v850/v850.igen b/sim/v850/v850.igen
index 7fe5370..34fa43f 100644
--- a/sim/v850/v850.igen
+++ b/sim/v850/v850.igen
@@ -1164,13 +1164,6 @@ rrrrr,110101,RRRRR + iiiiiiiiiiiiiiii:VI:::xori
sim_engine_halt (SD, CPU, NULL, cia, sim_stopped, SIM_SIGTRAP);
}
-// True illegal instruction
-00000,111111,00000 + 00000,11111,100000:X:::ilgop
-{
- sim_engine_halt (SD, CPU, NULL, cia, sim_stopped, SIM_SIGTRAP);
-}
-
-
// DIVHN
rrrrr,111111,RRRRR + wwwww,01010,iiii,00:XI:::divhn
*v850ea