summaryrefslogtreecommitdiff
path: root/sim/v850
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@redhat.com>2000-03-25 00:17:21 +0000
committerFrank Ch. Eigler <fche@redhat.com>2000-03-25 00:17:21 +0000
commita35e6f20a2769c76fd293de01289a5e521090b44 (patch)
treeda6fe6e0f58764db8f39e3d2f308b89519f91636 /sim/v850
parentf8f590bb6c19f099a62d9362ba0c40f19e76fc6e (diff)
downloadgdb-a35e6f20a2769c76fd293de01289a5e521090b44.tar.gz
* more compatibility with v850 hardware
2000-03-24 Frank Ch. Eigler <fche@redhat.com> * v850.igen (ilgop): New insn pattern for four-byte breakpoints.
Diffstat (limited to 'sim/v850')
-rw-r--r--sim/v850/ChangeLog4
-rw-r--r--sim/v850/v850.igen7
2 files changed, 11 insertions, 0 deletions
diff --git a/sim/v850/ChangeLog b/sim/v850/ChangeLog
index ed9ed006714..8a826f5d027 100644
--- a/sim/v850/ChangeLog
+++ b/sim/v850/ChangeLog
@@ -1,3 +1,7 @@
+2000-03-24 Frank Ch. Eigler <fche@redhat.com>
+
+ * v850.igen (ilgop): New insn pattern for four-byte breakpoints.
+
Thu Sep 2 18:15:53 1999 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 724b0bead55..eace5a1b132 100644
--- a/sim/v850/v850.igen
+++ b/sim/v850/v850.igen
@@ -1152,6 +1152,13 @@ rrrrr,110101,RRRRR + iiiiiiiiiiiiiiii:VI:::xori
}
+// New breakpoint: 0x7E0 0x7E0
+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