(O_SYS_CMDLINE): New pseudo opcode for command line processing.
authorNick Clifton <nickc@redhat.com>
Mon, 17 Mar 2003 10:34:29 +0000 (10:34 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 17 Mar 2003 10:34:29 +0000 (10:34 +0000)
include/opcode/ChangeLog
include/opcode/h8300.h

index f04439c3e818fc044cc01a7d6ba80181e8204abb..53adca32362c501c65f3de5c531697921a95ebb3 100644 (file)
@@ -1,3 +1,8 @@
+2003-03-17 D.Venkatasubramanian <dvenkat@noida.hcltech.com>
+
+       * h8300.h (O_SYS_CMDLINE): New pseudo opcode for command line
+       processing.
+
 2003-02-21  Noida D.Venkatasubramanian  <dvenkat@noida.hcltech.com>
 
        * h8300.h (ldmac, stmac): Replace MACREG with MS32 and MD32.
index 034c7bc9d15aee10a01dbeb5d43db3aba8fafb4a..bdba345674e7d1d68c7b2ce313f4d19ef2cdd731 100644 (file)
@@ -313,6 +313,8 @@ struct h8_opcode
 #define O_SYS_CLOSE 105
 #define O_SYS_STAT 106
 #define O_SYS_FSTAT 107
+/* Space reserved for future file I/O system calls.  */
+#define O_SYS_CMDLINE 120
 /* End of System Call specific Changes.  */
 #define SB 0
 #define SW 1
This page took 0.026562 seconds and 4 git commands to generate.