diff options
author | D.Venkatasubramanian <dvenkat@noida.hcltech.com> | 2003-03-20 06:00:25 +0000 |
---|---|---|
committer | D.Venkatasubramanian <dvenkat@noida.hcltech.com> | 2003-03-20 06:00:25 +0000 |
commit | d1360fb06a436e35055a0f42a1d1cf7b70a3d40b (patch) | |
tree | 5212704a8ddacb65f24286c26d5ed9156df47006 /sim/h8300/ChangeLog | |
parent | bef85dc6ef238a6ef6af3a895fd5c033ccfee764 (diff) | |
download | gdb-d1360fb06a436e35055a0f42a1d1cf7b70a3d40b.zip gdb-d1360fb06a436e35055a0f42a1d1cf7b70a3d40b.tar.gz gdb-d1360fb06a436e35055a0f42a1d1cf7b70a3d40b.tar.bz2 |
Added Commandline Support.
2003-03-20 D.Venkatasubramanian <dvenkat@noida.hcltech.com>
* compile.c (cmdline_location): Added function to
return the location of 8-bit (256 locations) where the
Command Line arguments would be stored.
(decode): Added a TRAP to 0xcc for Commandline
processing using pseudo opcode O_SYS_CMDLINE.
(sim_resume): Added handling of O_SYS_CMDLINE Trap.
(sim_create_inferior): Setting a pointer to
Commandline Args array.
* inst.h: Added a new variable ptr_command_line for
storing pointer to Commandline array.
Diffstat (limited to 'sim/h8300/ChangeLog')
-rw-r--r-- | sim/h8300/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sim/h8300/ChangeLog b/sim/h8300/ChangeLog index 6526a55..c3d79ba 100644 --- a/sim/h8300/ChangeLog +++ b/sim/h8300/ChangeLog @@ -1,3 +1,16 @@ +2003-03-20 D.Venkatasubramanian <dvenkat@noida.hcltech.com> + + * compile.c (cmdline_location): Added function to + return the location of 8-bit (256 locations) where the + Command Line arguments would be stored. + (decode): Added a TRAP to 0xcc for Commandline + processing using pseudo opcode O_SYS_CMDLINE. + (sim_resume): Added handling of O_SYS_CMDLINE Trap. + (sim_create_inferior): Setting a pointer to + Commandline Args array. + * inst.h: Added a new variable ptr_command_line for + storing pointer to Commandline array. + 2003-03-14 D.Venkatasubramanian <dvenkat@noida.hcltech.com> * compile.c (decode): Added code for some more magic traps. |