Age | Commit message (Expand) | Author | Files | Lines |
1997-04-24 | * interp.c (prog_bfd_was_opened_p): New static local. | David Edelsohn | 1 | -0/+9 |
1997-04-18 | Ref gdb/11763 - can't stop a running simulator: | Andrew Cagney | 2 | -0/+11 |
1997-04-17 | * Makefile.in (SIM_OBJS): Add sim-load.o. | David Edelsohn | 2 | -111/+649 |
1997-04-17 | Cleanups to compile under FreeBSD | Andrew Cagney | 2 | -10/+27 |
1997-04-07 | Get configure to define RETSIGTYPE | Andrew Cagney | 1 | -187/+97 |
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/+34 |
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/+13 |
1997-02-04 | * Makefile.in (@COMMON_MAKEFILE_FRAG): Use | David Edelsohn | 1 | -2/+2 |
1997-01-24 | * ../common/aclocal.m4 (COMMON_MAKEFILE_FRAG): Quote a couple of $'s in | Stu Grossman | 1 | -2/+2 |
1997-01-24 | * configure: Remove targ-vals.def when doing distclean. (Change | Stu Grossman | 1 | -1/+1 |
1997-01-24 | * configure: Remove Make-common.in from dependencies. (Actually in | Stu Grossman | 1 | -1/+1 |
1997-01-23 | * configure configure.in Makefile.in: Update to new configure | Stu Grossman | 4 | -122/+1847 |
1997-01-20 | Multiply ops sign extend, not zero extend | Michael Meissner | 1 | -0/+11 |
1996-12-31 | Deal with kill encoding the signal via the exit status. | Michael Meissner | 2 | -3/+11 |
1996-12-27 | Allow exit to work normally under gdb | Michael Meissner | 2 | -102/+148 |
1996-11-20 | * Makefile.in: Delete stuff moved to ../common/Make-common.in. | David Edelsohn | 2 | -36/+4 |
1996-10-31 | Fix linux build problem. | Gavin Romig-Koch | 2 | -0/+6 |
1996-10-30 | * simops.c (OP_10007E0): Handle SYS_times and SYS_gettimeofday. | Jeff Law | 2 | -0/+24 |
1996-10-30 | * simops.c (OP_10007E0): Handle SYS_time. | Jeff Law | 2 | -0/+7 |
1996-10-29 | * simops.c: Include <sys/stat.h>. | Jeff Law | 2 | -18/+20 |
1996-10-24 | * simops.c (OP_500): Mask off low bit in displacement | Jeff Law | 2 | -2/+6 |
1996-10-24 | * simops.c (OP_500): Fix displacement handling for sld.w. | Jeff Law | 2 | -2/+5 |
1996-10-24 | * simops.c (trace_input): Remove all references to SEXT7. | Jeff Law | 2 | -10/+18 |
1996-10-24 | * Makefile.in: Get rid of srcroot. Set all INSTALL macros via | Stu Grossman | 4 | -51/+131 |
1996-10-15 | * interp.c (MEM_SIZE): It's now bytes, not a power of 2. | Stu Grossman | 1 | -0/+31 |
1996-09-28 | * gencode.c (write_opcodes): Output hex values for opcode mask | Stu Grossman | 4 | -5/+27 |
1996-09-27 | * simops.c (trace_input): Fix thinko. | Jeff Law | 2 | -7/+16 |
1996-09-12 | Print line # and function name or filename if they exist for each PC. | Michael Meissner | 2 | -3/+69 |
1996-09-11 | Add tracing support; Fix some problems with hardwired sizes | Michael Meissner | 4 | -106/+650 |
1996-09-10 | * interp.c (hash): Make this an inline function | Jeff Law | 3 | -44/+43 |
1996-09-03 | * gencode.c: Fix various indention & style problems. | Jeff Law | 3 | -83/+70 |
1996-09-03 | Fix typpppo | Jeff Law | 1 | -1/+1 |
1996-09-03 | * interp.c: OP should be an array of 32bit operands! | Jeff Law | 4 | -78/+248 |
1996-08-30 | * simops.c: Fix "not1" and "set1". | Jeff Law | 2 | -2/+4 |
1996-08-30 | * simops.c: Don't forget to initialize temp for | Jeff Law | 2 | -0/+5 |
1996-08-30 | * interp.c: Remove various debugging printfs. | Jeff Law | 2 | -15/+2 |
1996-08-30 | * simops.c: Fix satadd, satsub boundary case handling. | Jeff Law | 2 | -5/+7 |
1996-08-30 | * interp.c (hash): Fix. | Jeff Law | 3 | -18/+80 |
1996-08-30 | * interp.c (do_format_4): Get operands correctly and | Jeff Law | 3 | -0/+61 |
1996-08-30 | * v850_sim.h: The V850 doesn't have split I&D spaces. Change | Jeff Law | 3 | -121/+181 |
1996-08-30 | * v850_sim.h (struct _state): Remove "psw" field. Add | Jeff Law | 3 | -78/+89 |
1996-08-30 | * simops.c: Handle "satadd", "satsub", "satsubi", "satsubr". | Jeff Law | 2 | -25/+173 |
1996-08-30 | * interp.c (do_format_5): Get operands correctly and | Jeff Law | 3 | -12/+39 |
1996-08-30 | * simops.c: Fix minor typos. Handle "cmp", "setf", "tst" | Jeff Law | 2 | -25/+146 |
1996-08-30 | * interp.c (do_format_3): Get operands correctly and call | Jeff Law | 3 | -13/+211 |
1996-08-30 | * simops.c: Add condition code handling to shift insns. | Jeff Law | 2 | -30/+101 |