projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e4dd87
)
* simops.c: Do syscall emulation in "syscall" instruction. Add
author
Jeff Law
<law@redhat.com>
Tue, 18 Mar 1997 21:24:38 +0000
(21:24 +0000)
committer
Jeff Law
<law@redhat.com>
Tue, 18 Mar 1997 21:24:38 +0000
(21:24 +0000)
dummy "trap" instruction.
Cleanups for the beta release.
sim/mn10300/simops.c
patch
|
blob
|
history
diff --git
a/sim/mn10300/simops.c
b/sim/mn10300/simops.c
index 3fe6799821901595ae3eb471e34fe09ffeefcc2f..550d3e1e4f7aec0ba21036dae7432f2552257fd9 100644
(file)
--- a/
sim/mn10300/simops.c
+++ b/
sim/mn10300/simops.c
@@
-2832,6
+2832,13
@@
void OP_F0FD (insn, extension)
/* trap */
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