aboutsummaryrefslogtreecommitdiff
path: root/sim/h8300/compile.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-262004-01-26 David Carlton <carlton@kealia.com>carlton_dictionary-branchDavid Carlton1-1/+1
2003-12-162003-12-15 David Carlton <carlton@kealia.com>David Carlton1-0/+2
2003-11-112003-11-11 David Carlton <carlton@kealia.com>David Carlton1-45/+67
2003-08-052003-08-05 David Carlton <carlton@kealia.com>David Carlton1-46/+117
2003-06-272003-06-27 David Carlton <carlton@kealia.com>David Carlton1-1052/+3328
2003-04-162003-04-16 David Carlton <carlton@bactrian.org>David Carlton1-6/+556
2003-03-062003-03-05 David Carlton <carlton@math.stanford.edu>David Carlton1-2/+2
2003-02-072003-02-07 David Carlton <carlton@math.stanford.edu>David Carlton1-125/+81
2002-09-20This commit was manufactured by cvs2svn to create branchcarlton_dictionary-20020920-branchpointnobody1-0/+2295
2002-09-03This commit was manufactured by cvs2svn to create branchnobody1-2295/+0
2002-08-24This commit was manufactured by cvs2svn to create branch 'readline_4_3readline_4_3-import-branchpointnobody1-2/+3
2002-06-15This commit was manufactured by cvs2svn to create branchnobody1-0/+2294
2002-05-28This commit was manufactured by cvs2svn to create branchnobody1-2147/+0
2001-12-20 * compile.c: Fix formatting.Kazu Hirata1-22/+25
2001-12-20 * compile.c: Fix comment typos.Kazu Hirata1-22/+21
2000-08-112000-08-10 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-8/+6
2000-07-27* compile.c (decode): Distinguish inc/dec.[wl] and adds/subsAndrew Cagney1-1/+6
2000-06-20* build fixFrank Ch. Eigler1-21/+5
2000-06-13* "Dont" -> "Don't"Frank Ch. Eigler1-1/+1
2000-06-132000-06-13 Kazu Hirata <kazu@hxi.com>Jeff Law1-47/+32
1999-04-26import gdb-19990422 snapshotStan Shebs1-1/+5
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+2169
1999-04-16Initial creation of sourceware repositoryStan Shebs1-2164/+0
1997-10-22Add LMA_P and DO_WRITE arguments to sim/common/sim-load.c:sim_load_file().Andrew Cagney1-4/+14
1997-08-27Add ABFD argument to sim_create_inferior. Document.Andrew Cagney1-2/+14
1997-08-26Flush defunct sim_kill.Andrew Cagney1-7/+0
1997-08-25Add ABFD argument to sim_open call. Pass through to sim_config soAndrew Cagney1-24/+22
1997-04-17 * Makefile.in (SIM_OBJS): Add sim-load.o.David Edelsohn1-55/+166
1996-07-10 * compile.c (sim_resume): Fix all rotate-by-2-bits insns.Jeff Law1-4/+4
1996-07-05No longer need to sanitize away h8s stuff.Jeff Law1-8/+1
1996-07-03 * run.c (main): Don't "load" sections which don't haveJeff Law1-33/+73
1996-07-02 * compile.c (sim_resume): Handle "ldm.l" and "stm.l".Jeff Law1-2/+47
1996-05-23 * compile.c (sim_resume): Correctly handle divu.Jeff Law1-22/+45
1996-04-12 * compile.c (sim_load): Re-allocate memory for the simulatorJeff Law1-0/+33
1996-04-12 * compile.c (sim_resume): Fix and simplify overflow and carryJeff Law1-13/+2
1996-04-09 * compile.c (sim_resume): Fix overflow checks for ALU insns.Jeff Law1-4/+46
1996-04-06 * compile.c (decode): Use "bit" to hold L_3 immediates insteadJeff Law1-4/+21
1996-03-11 (sim_resume, shift insns): Fix setting of overflow flag for shal.David Edelsohn1-12/+13
1996-03-11 * compile.c: #include "wait.h".David Edelsohn1-1/+5
1996-03-11 * compile.c (sim_resume): Watch for calls to abort.David Edelsohn1-10/+45
1995-06-20 * compile.c (get_now): Don't do if win32.Steve Chamberlain1-59/+88
1994-05-14 * compile.c (decode): Fix typo (16 bit branches).David Edelsohn1-482/+551
1993-10-26* Makefile.in (CSEARCH): Add -I$(srcdir)/../../gdbDavid Edelsohn1-23/+33
1993-10-23(sim_stop_signal): Result is now enum sim_stop.David Edelsohn1-2/+21
1993-10-07 * compile.c (sim_set_pc): Write to the pc direcly.Steve Chamberlain1-59/+82
1993-07-16Fix bit instructions (was setting destination reg and not carry).David Edelsohn1-10/+10
1993-07-15* compile.c: Reset HMODE back to zero (accidently set it to 1).David Edelsohn1-1/+1
1993-07-15* run.c (main): If h8/300h binary detected, call set_h8300h.David Edelsohn1-4/+4
1993-07-09* run.c (main): Add -h flag to enable h8/300h emulation.David Edelsohn1-19/+50
1993-07-04(sim_csize): Initialize cpu.cache.David Edelsohn1-0/+1637