diff options
author | Nick Clifton <nickc@redhat.com> | 2003-03-17 10:34:29 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-03-17 10:34:29 +0000 |
commit | c8cc2f32506250526d16b77b8f817ed057a9c039 (patch) | |
tree | 5aa04c273804723640a41925fb9bcd894bea2997 /include | |
parent | 06a30c77e0dd15dc3adf2d261815580ecc534d27 (diff) | |
download | gdb-c8cc2f32506250526d16b77b8f817ed057a9c039.zip gdb-c8cc2f32506250526d16b77b8f817ed057a9c039.tar.gz gdb-c8cc2f32506250526d16b77b8f817ed057a9c039.tar.bz2 |
(O_SYS_CMDLINE): New pseudo opcode for command line processing.
Diffstat (limited to 'include')
-rw-r--r-- | include/opcode/ChangeLog | 5 | ||||
-rw-r--r-- | include/opcode/h8300.h | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index f04439c..53adca3 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -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. diff --git a/include/opcode/h8300.h b/include/opcode/h8300.h index 034c7bc..bdba345 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 |