From 4b110b3419eef131a4a73ed46c2c7a0deef039c3 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 17 Mar 2003 10:34:29 +0000 Subject: (O_SYS_CMDLINE): New pseudo opcode for command line processing. --- include/opcode/ChangeLog | 5 +++++ include/opcode/h8300.h | 2 ++ 2 files changed, 7 insertions(+) diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index f04439c3e8..53adca3236 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,8 @@ +2003-03-17 D.Venkatasubramanian + + * h8300.h (O_SYS_CMDLINE): New pseudo opcode for command line + processing. + 2003-02-21 Noida D.Venkatasubramanian * h8300.h (ldmac, stmac): Replace MACREG with MS32 and MD32. diff --git a/include/opcode/h8300.h b/include/opcode/h8300.h index 034c7bc9d1..bdba345674 100644 --- a/include/opcode/h8300.h +++ b/include/opcode/h8300.h @@ -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 -- cgit v1.2.1