Age | Commit message (Expand) | Author | Files | Lines |
1998-02-18 | * simops.c (multiply instructions): Cast input operands to a | Jeff Law | 1 | -17/+20 |
1998-02-17 | For sim_fetch_register / sim_store_register: Add LENGTH parameter, | Andrew Cagney | 1 | -0/+9 |
1998-01-31 | Add config support for the size of the target address and OF cell. | Andrew Cagney | 1 | -0/+4 |
1998-01-20 | * aclocal.m4: Recognize --enable-maintainer-mode. | Doug Evans | 2 | -43/+96 |
1997-11-11 | * simops.c (call:16 call:32): Stack adjustment is determined solely | Jeff Law | 1 | -4/+8 |
1997-10-25 | Correct name of file given in ChangeLog for change: Pass lma_p and | Andrew Cagney | 1 | -1/+1 |
1997-10-22 | Add LMA_P and DO_WRITE arguments to sim/common/sim-load.c:sim_load_file(). | Andrew Cagney | 1 | -0/+5 |
1997-10-21 | * simops.c: Correctly handle register restores for "ret" and "retf" | Jeff Law | 2 | -66/+71 |
1997-09-23 | Remove need to update <targ>/Makefile.in when adding optional options | Andrew Cagney | 2 | -39/+125 |
1997-09-22 | Simplify logic behind the generic configuration option --enable-sim-alignment. | Andrew Cagney | 1 | -0/+4 |
1997-09-22 | Add support for --enable-sim-alignment to simulator common aclocal.m4 | Andrew Cagney | 1 | -0/+8 |
1997-09-05 | * configure: Regenerated to track ../common/aclocal.m4 changes. | David Edelsohn | 2 | -71/+307 |
1997-08-27 | Fix doco on enable-sim-inline. | Andrew Cagney | 1 | -0/+5 |
1997-08-27 | Add ABFD argument to sim_create_inferior. Document. | Andrew Cagney | 1 | -0/+3 |
1997-08-26 | Flush defunct sim_kill. | Andrew Cagney | 2 | -7/+4 |
1997-08-25 | Add ABFD argument to sim_open call. Pass through to sim_config so | Andrew Cagney | 2 | -3/+26 |
1997-06-24 | * interp.c (sim_resume): Clear State.exited. | Jeff Law | 1 | -0/+1 |
1997-06-12 | * simops.c: Fix thinko in last change. | Jeff Law | 2 | -1/+5 |
1997-06-10 | * simops.c: "call" stores the callee saved registers into the | Jeff Law | 2 | -53/+55 |
1997-06-10 | * simops.c: Fix return address computation for "call" instructions. | Jeff Law | 2 | -2/+10 |
1997-05-22 | * interp.c (sim_resume): Add missing case in big switch | Jeff Law | 2 | -0/+6 |
1997-05-20 | * interp.c: Replace all references to load_mem and store_mem | Jeff Law | 3 | -340/+295 |
1997-05-19 | * interp.c (dispatch): Make this an inline function. | Jeff Law | 3 | -7/+10 |
1997-05-18 | * interp.c (load_mem_big): Remove function. It's now a macro | Jeff Law | 2 | -26/+34 |
1997-05-16 | * interp.c (load_mem): If we get a load from an out of range | Jeff Law | 2 | -0/+18 |
1997-05-06 | * mn10300_sim.h: Fix ordering of bits in the PSW. | Jeff Law | 2 | -4/+6 |
1997-05-06 | * interp.c: Improve hashing routine to avoid long list | Jeff Law | 2 | -241/+512 |
1997-05-06 | * mn10300_sim.h (struct _state): Add space for mdrq register. | Jeff Law | 3 | -29/+140 |
1997-04-18 | Ref gdb/11763 - can't stop a running simulator: | Andrew Cagney | 1 | -0/+4 |
1997-04-17 | * Makefile.in (SIM_OBJS): Add sim-load.o. | David Edelsohn | 2 | -34/+155 |
1997-04-17 | Cleanups to compile under FreeBSD | Andrew Cagney | 2 | -1/+19 |
1997-04-08 | * simops.c (syscall): Handle new mn10300 calling conventions. | Jeff Law | 1 | -2/+2 |
1997-04-07 | Get configure to define RETSIGTYPE | Andrew Cagney | 3 | -187/+118 |
1997-04-05 | * Makefile.in: Change mn10300-opc.o to m10300-opc.o, to match | Ian Lance Taylor | 1 | -0/+5 |
1997-04-02 | * interp.c (sim_open): New arg `kind'. | David Edelsohn | 1 | -0/+2 |
1997-04-02 | * aclocal.m4: Check for stdlib.h, string.h, strings.h, unistd.h. | David Edelsohn | 2 | -132/+281 |
1997-04-02 | New file common/sim-config.c sets/checks simulator configuration options. | Andrew Cagney | 2 | -46/+44 |
1997-03-20 | * simops.c: Fix register extraction for a two "movbu" variants. | Jeff Law | 1 | -30/+75 |
1997-03-18 | * simops.c: Do syscall emulation in "syscall" instruction. Add | Jeff Law | 1 | -0/+7 |
1997-03-18 | Move SIM_AC_OPTION_ macros out of SIM_AC_COMMON macro - was trashing | Andrew Cagney | 1 | -0/+4 |
1997-03-17 | * configure: Re-generate. | Andrew Cagney | 2 | -191/+124 |
1997-03-14 | Regenerate simulator configure scripts; Remove d10v traps 1-3, Make 15 the sy... | Michael Meissner | 2 | -302/+63 |
1997-03-13 | * interp.c (sim_open): New SIM_DESC result. Argument is now | David Edelsohn | 1 | -0/+6 |
1997-03-12 | * simops.c: Fix carry bit computation for "add" instructions. | Jeff Law | 2 | -11/+13 |
1997-03-12 | * simops.c: Fix typos in bset insns. Fix arguments to store_mem | Jeff Law | 2 | -5/+24 |
1997-03-05 | * simops.c: Fix register references when computing Z and N bits | Jeff Law | 1 | -3/+3 |
1997-02-04 | * Makefile.in (@COMMON_MAKEFILE_FRAG): Use | David Edelsohn | 1 | -1/+2 |
1997-01-24 | * ../common/aclocal.m4 (COMMON_MAKEFILE_FRAG): Quote a couple of $'s in | Stu Grossman | 1 | -2/+2 |
1997-01-24 | * interp.c (init_system): Allocate 2^19 bytes of space for the | Jeff Law | 1 | -0/+5 |
1997-01-24 | * configure: Remove targ-vals.def when doing distclean. (Change | Stu Grossman | 1 | -1/+1 |