aboutsummaryrefslogtreecommitdiff
path: root/sim/mn10300
AgeCommit message (Expand)AuthorFilesLines
1998-02-28 * simops.c (inc): Fix typo.Jeff Law1-1/+1
1998-02-25 * simops.c (signed multiply instructions): Cast input operands toJeff Law2-10/+16
1998-02-24 * Makefile.in: Last change was bad. Define NL_TARGETMark Alexander3-23/+40
1998-02-23 * Makefile.in: Get header files from libgloss/mn10300/sys.Mark Alexander2-8/+14
1998-02-22 * simops.c: Include sim-types.h.Jeff Law2-0/+10
1998-02-18 * simops.c (multiply instructions): Cast input operands to aJeff Law1-17/+20
1998-02-17For sim_fetch_register / sim_store_register: Add LENGTH parameter,Andrew Cagney1-0/+9
1998-01-31Add config support for the size of the target address and OF cell.Andrew Cagney1-0/+4
1998-01-20* aclocal.m4: Recognize --enable-maintainer-mode.Doug Evans2-43/+96
1997-11-11 * simops.c (call:16 call:32): Stack adjustment is determined solelyJeff Law1-4/+8
1997-10-25Correct name of file given in ChangeLog for change: Pass lma_p andAndrew Cagney1-1/+1
1997-10-22Add LMA_P and DO_WRITE arguments to sim/common/sim-load.c:sim_load_file().Andrew Cagney1-0/+5
1997-10-21 * simops.c: Correctly handle register restores for "ret" and "retf"Jeff Law2-66/+71
1997-09-23Remove need to update <targ>/Makefile.in when adding optional optionsAndrew Cagney2-39/+125
1997-09-22Simplify logic behind the generic configuration option --enable-sim-alignment.Andrew Cagney1-0/+4
1997-09-22Add support for --enable-sim-alignment to simulator common aclocal.m4Andrew Cagney1-0/+8
1997-09-05* configure: Regenerated to track ../common/aclocal.m4 changes.David Edelsohn2-71/+307
1997-08-27Fix doco on enable-sim-inline.Andrew Cagney1-0/+5
1997-08-27Add ABFD argument to sim_create_inferior. Document.Andrew Cagney1-0/+3
1997-08-26Flush defunct sim_kill.Andrew Cagney2-7/+4
1997-08-25Add ABFD argument to sim_open call. Pass through to sim_config soAndrew Cagney2-3/+26
1997-06-24 * interp.c (sim_resume): Clear State.exited.Jeff Law1-0/+1
1997-06-12 * simops.c: Fix thinko in last change.Jeff Law2-1/+5
1997-06-10 * simops.c: "call" stores the callee saved registers into theJeff Law2-53/+55
1997-06-10 * simops.c: Fix return address computation for "call" instructions.Jeff Law2-2/+10
1997-05-22 * interp.c (sim_resume): Add missing case in big switchJeff Law2-0/+6
1997-05-20 * interp.c: Replace all references to load_mem and store_memJeff Law3-340/+295
1997-05-19 * interp.c (dispatch): Make this an inline function.Jeff Law3-7/+10
1997-05-18 * interp.c (load_mem_big): Remove function. It's now a macroJeff Law2-26/+34
1997-05-16 * interp.c (load_mem): If we get a load from an out of rangeJeff Law2-0/+18
1997-05-06 * mn10300_sim.h: Fix ordering of bits in the PSW.Jeff Law2-4/+6
1997-05-06 * interp.c: Improve hashing routine to avoid long listJeff Law2-241/+512
1997-05-06 * mn10300_sim.h (struct _state): Add space for mdrq register.Jeff Law3-29/+140
1997-04-18Ref gdb/11763 - can't stop a running simulator:Andrew Cagney1-0/+4
1997-04-17 * Makefile.in (SIM_OBJS): Add sim-load.o.David Edelsohn2-34/+155
1997-04-17Cleanups to compile under FreeBSDAndrew Cagney2-1/+19
1997-04-08 * simops.c (syscall): Handle new mn10300 calling conventions.Jeff Law1-2/+2
1997-04-07Get configure to define RETSIGTYPEAndrew Cagney3-187/+118
1997-04-05 * Makefile.in: Change mn10300-opc.o to m10300-opc.o, to matchIan Lance Taylor1-0/+5
1997-04-02 * interp.c (sim_open): New arg `kind'.David Edelsohn1-0/+2
1997-04-02 * aclocal.m4: Check for stdlib.h, string.h, strings.h, unistd.h.David Edelsohn2-132/+281
1997-04-02New file common/sim-config.c sets/checks simulator configuration options.Andrew Cagney2-46/+44
1997-03-20 * simops.c: Fix register extraction for a two "movbu" variants.Jeff Law1-30/+75
1997-03-18 * simops.c: Do syscall emulation in "syscall" instruction. AddJeff Law1-0/+7
1997-03-18Move SIM_AC_OPTION_ macros out of SIM_AC_COMMON macro - was trashingAndrew Cagney1-0/+4
1997-03-17 * configure: Re-generate.Andrew Cagney2-191/+124
1997-03-14Regenerate simulator configure scripts; Remove d10v traps 1-3, Make 15 the sy...Michael Meissner2-302/+63
1997-03-13 * interp.c (sim_open): New SIM_DESC result. Argument is nowDavid Edelsohn1-0/+6
1997-03-12 * simops.c: Fix carry bit computation for "add" instructions.Jeff Law2-11/+13
1997-03-12 * simops.c: Fix typos in bset insns. Fix arguments to store_memJeff Law2-5/+24