aboutsummaryrefslogtreecommitdiff
path: root/include/opcode/h8300.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2002-12-30 10:50:32 +0000
committerNick Clifton <nickc@redhat.com>2002-12-30 10:50:32 +0000
commit3badd4651b2de840e4b0bd05d9bda0d809d8288b (patch)
treeffe47b7cc90b59e720e0134e141d9b530ecf0728 /include/opcode/h8300.h
parent4c8eeedd8b917feac7aea328c42426a91d3a1adf (diff)
downloadgdb-3badd4651b2de840e4b0bd05d9bda0d809d8288b.zip
gdb-3badd4651b2de840e4b0bd05d9bda0d809d8288b.tar.gz
gdb-3badd4651b2de840e4b0bd05d9bda0d809d8288b.tar.bz2
Added some more pseudo opcodes for system call processing.
Diffstat (limited to 'include/opcode/h8300.h')
-rw-r--r--include/opcode/h8300.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/opcode/h8300.h b/include/opcode/h8300.h
index d5404c2..4141c57 100644
--- a/include/opcode/h8300.h
+++ b/include/opcode/h8300.h
@@ -301,6 +301,16 @@ struct h8_opcode
#define O_STM 86
#define O_STMAC 87
#define O_LAST 88
+/* Change made for System Call processing. */
+#define O_SYS_CREAT 100
+#define O_SYS_OPEN 101
+#define O_SYS_READ 102
+#define O_SYS_WRITE 103
+#define O_SYS_LSEEK 104
+#define O_SYS_CLOSE 105
+#define O_SYS_STAT 106
+#define O_SYS_FSTAT 107
+/* End of System Call specific Changes. */
#define SB 0
#define SW 1
#define SL 2