summaryrefslogtreecommitdiff
path: root/sim/h8300/compile.c
Commit message (Expand)AuthorAgeFilesLines
...
* 2000-06-13 Kazu Hirata <kazu@hxi.com>Jeff Law2000-06-131-47/+32
* import gdb-19990422 snapshotStan Shebs1999-04-261-1/+5
* Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1999-04-161-0/+2169
* Initial creation of sourceware repositoryStan Shebs1999-04-161-2164/+0
* Add LMA_P and DO_WRITE arguments to sim/common/sim-load.c:sim_load_file().Andrew Cagney1997-10-221-4/+14
* Add ABFD argument to sim_create_inferior. Document.Andrew Cagney1997-08-271-2/+14
* Flush defunct sim_kill.Andrew Cagney1997-08-261-7/+0
* Add ABFD argument to sim_open call. Pass through to sim_config soAndrew Cagney1997-08-251-24/+22
* * Makefile.in (SIM_OBJS): Add sim-load.o.David Edelsohn1997-04-171-55/+166
* * compile.c (sim_resume): Fix all rotate-by-2-bits insns.Jeff Law1996-07-101-4/+4
* No longer need to sanitize away h8s stuff.Jeff Law1996-07-051-8/+1
* * run.c (main): Don't "load" sections which don't haveJeff Law1996-07-031-33/+73
* * compile.c (sim_resume): Handle "ldm.l" and "stm.l".Jeff Law1996-07-021-2/+47
* * compile.c (sim_resume): Correctly handle divu.Jeff Law1996-05-231-22/+45
* * compile.c (sim_load): Re-allocate memory for the simulatorJeff Law1996-04-121-0/+33
* * compile.c (sim_resume): Fix and simplify overflow and carryJeff Law1996-04-121-13/+2
* * compile.c (sim_resume): Fix overflow checks for ALU insns.Jeff Law1996-04-091-4/+46
* * compile.c (decode): Use "bit" to hold L_3 immediates insteadJeff Law1996-04-061-4/+21
* (sim_resume, shift insns): Fix setting of overflow flag for shal.David Edelsohn1996-03-111-12/+13
* * compile.c: #include "wait.h".David Edelsohn1996-03-111-1/+5
* * compile.c (sim_resume): Watch for calls to abort.David Edelsohn1996-03-111-10/+45
* * compile.c (get_now): Don't do if win32.Steve Chamberlain1995-06-201-59/+88
* * compile.c (decode): Fix typo (16 bit branches).David Edelsohn1994-05-141-482/+551
* * Makefile.in (CSEARCH): Add -I$(srcdir)/../../gdbDavid Edelsohn1993-10-261-23/+33
* (sim_stop_signal): Result is now enum sim_stop.David Edelsohn1993-10-231-2/+21
* * compile.c (sim_set_pc): Write to the pc direcly.Steve Chamberlain1993-10-071-59/+82
* Fix bit instructions (was setting destination reg and not carry).David Edelsohn1993-07-161-10/+10
* * compile.c: Reset HMODE back to zero (accidently set it to 1).David Edelsohn1993-07-151-1/+1
* * run.c (main): If h8/300h binary detected, call set_h8300h.David Edelsohn1993-07-151-4/+4
* * run.c (main): Add -h flag to enable h8/300h emulation.David Edelsohn1993-07-091-19/+50
* (sim_csize): Initialize cpu.cache.David Edelsohn1993-07-041-0/+1637