2003-02-22 D.Venkatasubramanian * h8300.h: Added a pseudo opcodes for Commandline processing. 2003-02-22 D.Venkatasubramanian * libc/include/sys/h8300hms/crt0.S: Added an extra instruction enclosed by SIMULATOR_ARGV_SUPPORT macro for Commandline support when target is simulator. * configure.host: Added -DSIMULATOR_ARGV_SUPPORT for Commandline Support. 2003-02-22 D.Venkatasubramanian * compile.c: Added #define SET_CMDLINE_LOCATION to set 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_CommandLine for storing pointer to Commandline array.