Added some more pseudo opcodes for system call processing.
authorNick Clifton <nickc@redhat.com>
Mon, 30 Dec 2002 10:50:32 +0000 (10:50 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 30 Dec 2002 10:50:32 +0000 (10:50 +0000)
include/opcode/ChangeLog
include/opcode/h8300.h

index c153ff9ecf22073a0177ceaf09ac2b571afc59fa..a0d7b5ba2ed8392df5871fb7f0d477a8849c2655 100644 (file)
@@ -1,3 +1,8 @@
+2002-12-30 D.Venkatasubramanian <dvenkat@noida.hcltech.com>
+
+       * h8300.h: Added some more pseudo opcodes for system call
+       processing.
+
 2002-12-19  Chris Demetriou  <cgd@broadcom.com>
 
        * mips.h (OP_OP_COP0, OP_OP_COP1, OP_OP_COP2, OP_OP_COP3)
index d5404c2c2ff6f91133cdd2e56168f292ff1e05fe..4141c575e5a3b12af727598d6737b208f972546d 100644 (file)
@@ -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
This page took 0.028188 seconds and 4 git commands to generate.