aboutsummaryrefslogtreecommitdiff
path: root/sim/mn10300
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1997-03-18 21:24:38 +0000
committerJeff Law <law@redhat.com>1997-03-18 21:24:38 +0000
commit0915c8433b271bf16302ab09801241d19ce37fb1 (patch)
tree8b4626e41c2ae2e71307d930870e604cc7b142ca /sim/mn10300
parent4e4dd8765fe817ec6481da6a45227933ce9831fb (diff)
downloadgdb-0915c8433b271bf16302ab09801241d19ce37fb1.zip
gdb-0915c8433b271bf16302ab09801241d19ce37fb1.tar.gz
gdb-0915c8433b271bf16302ab09801241d19ce37fb1.tar.bz2
* simops.c: Do syscall emulation in "syscall" instruction. Add
dummy "trap" instruction. Cleanups for the beta release.
Diffstat (limited to 'sim/mn10300')
-rw-r--r--sim/mn10300/simops.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/mn10300/simops.c b/sim/mn10300/simops.c
index 3fe6799..550d3e1 100644
--- a/sim/mn10300/simops.c
+++ b/sim/mn10300/simops.c
@@ -2833,6 +2833,13 @@ void OP_F0FD (insn, extension)
void OP_F0FE (insn, extension)
unsigned long insn, extension;
{
+ abort ();
+}
+
+/* syscall */
+void OP_F0FF (insn, extension)
+ unsigned long insn, extension;
+{
/* We use this for simulated system calls; we may need to change
it to a reserved instruction if we conflict with uses at
Matsushita. */