aboutsummaryrefslogtreecommitdiff
path: root/sim/h8300/inst.h
AgeCommit message (Collapse)AuthorFilesLines
2015-12-30sim: h8300: drop unused inst.hMike Frysinger1-98/+0
We can also drop the compile.o rule since the common dep generation logic takes care of this for us.
2003-03-20Added Commandline Support.D.Venkatasubramanian1-0/+3
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.
2002-12-26 * compile.c: Fix formatting.Kazu Hirata1-5/+4
* inst.h: Likewise.
2002-05-17h8300: Add support of EXR registerAndrey Volkov1-1/+2
2002-05-17* h8300s now new target, not alias of h8300hAndrey Volkov1-1/+7
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+89
1999-04-16Initial creation of sourceware repositoryStan Shebs1-71/+0
1993-06-08Rewrite for H8/300-HSteve Chamberlain1-0/+71