summaryrefslogtreecommitdiff
path: root/sim/mn10300
Commit message (Expand)AuthorAgeFilesLines
* Fix doco on enable-sim-inline.Andrew Cagney1997-08-271-0/+5
* Add ABFD argument to sim_create_inferior. Document.Andrew Cagney1997-08-271-0/+3
* Flush defunct sim_kill.Andrew Cagney1997-08-262-7/+4
* Add ABFD argument to sim_open call. Pass through to sim_config soAndrew Cagney1997-08-252-3/+26
* * interp.c (sim_resume): Clear State.exited.Jeff Law1997-06-241-0/+1
* * simops.c: Fix thinko in last change.Jeff Law1997-06-122-1/+5
* * simops.c: "call" stores the callee saved registers into theJeff Law1997-06-102-53/+55
* * simops.c: Fix return address computation for "call" instructions.Jeff Law1997-06-102-2/+10
* * interp.c (sim_resume): Add missing case in big switchJeff Law1997-05-222-0/+6
* * interp.c: Replace all references to load_mem and store_memJeff Law1997-05-203-340/+295
* * interp.c (dispatch): Make this an inline function.Jeff Law1997-05-193-7/+10
* * interp.c (load_mem_big): Remove function. It's now a macroJeff Law1997-05-182-26/+34
* * interp.c (load_mem): If we get a load from an out of rangeJeff Law1997-05-162-0/+18
* * mn10300_sim.h: Fix ordering of bits in the PSW.Jeff Law1997-05-062-4/+6
* * interp.c: Improve hashing routine to avoid long listJeff Law1997-05-062-241/+512
* * mn10300_sim.h (struct _state): Add space for mdrq register.Jeff Law1997-05-063-29/+140
* Ref gdb/11763 - can't stop a running simulator:Andrew Cagney1997-04-181-0/+4
* * Makefile.in (SIM_OBJS): Add sim-load.o.David Edelsohn1997-04-172-34/+155
* Cleanups to compile under FreeBSDAndrew Cagney1997-04-172-1/+19
* * simops.c (syscall): Handle new mn10300 calling conventions.Jeff Law1997-04-081-2/+2
* Get configure to define RETSIGTYPEAndrew Cagney1997-04-073-187/+118
* * Makefile.in: Change mn10300-opc.o to m10300-opc.o, to matchIan Lance Taylor1997-04-051-0/+5
* * interp.c (sim_open): New arg `kind'.David Edelsohn1997-04-021-0/+2
* * aclocal.m4: Check for stdlib.h, string.h, strings.h, unistd.h.David Edelsohn1997-04-022-132/+281
* New file common/sim-config.c sets/checks simulator configuration options.Andrew Cagney1997-04-022-46/+44
* * simops.c: Fix register extraction for a two "movbu" variants.Jeff Law1997-03-201-30/+75
* * simops.c: Do syscall emulation in "syscall" instruction. AddJeff Law1997-03-181-0/+7
* Move SIM_AC_OPTION_ macros out of SIM_AC_COMMON macro - was trashingAndrew Cagney1997-03-181-0/+4
* * configure: Re-generate.Andrew Cagney1997-03-172-191/+124
* Regenerate simulator configure scripts; Remove d10v traps 1-3, Make 15 the sy...Michael Meissner1997-03-142-302/+63
* * interp.c (sim_open): New SIM_DESC result. Argument is nowDavid Edelsohn1997-03-131-0/+6
* * simops.c: Fix carry bit computation for "add" instructions.Jeff Law1997-03-122-11/+13
* * simops.c: Fix typos in bset insns. Fix arguments to store_memJeff Law1997-03-122-5/+24
* * simops.c: Fix register references when computing Z and N bitsJeff Law1997-03-051-3/+3
* * Makefile.in (@COMMON_MAKEFILE_FRAG): UseDavid Edelsohn1997-02-041-1/+2
* * ../common/aclocal.m4 (COMMON_MAKEFILE_FRAG): Quote a couple of $'s inStu Grossman1997-01-241-2/+2
* * interp.c (init_system): Allocate 2^19 bytes of space for theJeff Law1997-01-241-0/+5
* * configure: Remove targ-vals.def when doing distclean. (ChangeStu Grossman1997-01-241-1/+1
* * configure: Remove Make-common.in from dependencies. (Actually inStu Grossman1997-01-241-1/+1
* * configure configure.in Makefile.in: Update to new configureStu Grossman1997-01-234-1/+1874
* * simops.c: Undo last change to "rol" and "ror", original codeJeff Law1997-01-212-2/+7
* * simops.c: Fix "rol" and "ror".Jeff Law1997-01-162-2/+10
* * simops.c: Fix typo in last change.Jeff Law1997-01-151-1/+1
* * simops.c: Use REG macros in few places not using them yet.Jeff Law1997-01-132-5/+9
* * mn10300_sim.h (struct _state): Fix number of registers!Jeff Law1997-01-061-0/+4
* * mn10300_sim.h (struct _state): Put all registers into a singleJeff Law1996-12-313-53/+51
* * interp.c (sim_resume): Handle 0xff as a single byte insn.Jeff Law1996-12-182-12/+19
* * simops.c: Handle "break" instruction.Jeff Law1996-12-162-0/+12
* * simops.c: Fix restoring the PC for "ret" and "retf" instructions.Jeff Law1996-12-162-4/+23
* * gencode.c (write_opcodes): Also write out the format of theJeff Law1996-12-111-3/+4