aboutsummaryrefslogtreecommitdiff
path: root/sim/h8300/compile.c
AgeCommit message (Expand)AuthorFilesLines
2003-12-11 Fix GDB crash problem when object file of different H8 cpu is loadedDhananjay Deshpande1-0/+2
2003-10-172003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com>Shrinivas Atre1-45/+67
2003-07-292003-07-18 Michael Snyder <msnyder@redhat.com>Michael Snyder1-36/+97
2003-07-222003-07-22 Michael Snyder <msnyder@redhat.com>Michael Snyder1-0/+2
2003-07-182003-07-17 Michael Snyder <msnyder@redhat.com>Michael Snyder1-9/+9
2003-07-182003-07-17 Michael Snyder <msnyder@redhat.com>Michael Snyder1-1/+3
2003-07-022003-06-24 Michael Snyder <msnyder@redhat.com>Michael Snyder1-0/+6
2003-06-192003-06-18 Michael Snyder <msnyder@redhat.com>Michael Snyder1-89/+153
2003-06-192003-06-05 Michael Snyder <msnyder@redhat.com>Michael Snyder1-5/+27
2003-06-052003-06-04 Michael Snyder <msnyder@redhat.com>Michael Snyder1-12/+10
2003-06-042003-06-04 Michael Snyder <msnyder@redhat.com>Michael Snyder1-1/+1
2003-06-032003-06-03 Michael Snyder <msnyder@redhat.com>Michael Snyder1-1018/+3210
2003-04-132003-04-13 Michael Snyder <msnyder@redhat.com>Michael Snyder1-0/+51
2003-03-20Added Commandline Support.D.Venkatasubramanian1-0/+198
2003-03-14File I/O Support added.D.Venkatasubramanian1-6/+307
2003-02-27Index: arm/ChangeLogAndrew Cagney1-2/+2
2003-02-05 * compile.c (init_pointers): Abort if wreg never gets initialized.Kazu Hirata1-2/+5
2003-02-01 * compile.c (sim_resume): Fix the handling of bxor.Kazu Hirata1-1/+1
2003-01-16Missed one...Michael Snyder1-2/+1
2003-01-162003-01-16 Michael Snyder <msnyder@redhat.com>Michael Snyder1-85/+32
2002-12-26 * compile.c: Fix formatting.Kazu Hirata1-35/+42
2002-07-29Add dependences to Makefile.in and include sim-h8300 in compile.cAndrey Volkov1-0/+1
2002-06-09Move include/callback.h and include/remote-sim.h to include/gdb/.Andrew Cagney1-2/+2
2002-05-19 * compile.c: Fix formatting.Kazu Hirata1-45/+45
2002-05-18 * compile.c: Fix formatting.Kazu Hirata1-94/+94
2002-05-17* compile.c: Add absented opcodes: LDC, STC, EEPMOV, TAS.Andrey Volkov1-23/+88
2002-05-17h8300: Add support of EXR registerAndrey Volkov1-5/+71
2002-05-17* h8300s now new target, not alias of h8300hAndrey Volkov1-7/+13
2002-05-17*compile.c: Add additional CCR flags (I,UI,H,U)Andrey Volkov1-3/+12
2002-05-17* compile.c: Change literal regnumbers to REGNUMS.Andrey Volkov1-13/+14
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