| Commit message (Expand) | Author | Age | Files | Lines |
* | * configure: Re-generate. | Andrew Cagney | 1997-03-17 | 2 | -191/+124 |
* | Regenerate simulator configure scripts; Remove d10v traps 1-3, Make 15 the sy... | Michael Meissner | 1997-03-14 | 2 | -302/+63 |
* | * interp.c (sim_open): New SIM_DESC result. Argument is now | David Edelsohn | 1997-03-13 | 1 | -0/+13 |
* | * Makefile.in (@COMMON_MAKEFILE_FRAG): Use | David Edelsohn | 1997-02-04 | 1 | -2/+2 |
* | * ../common/aclocal.m4 (COMMON_MAKEFILE_FRAG): Quote a couple of $'s in | Stu Grossman | 1997-01-24 | 1 | -2/+2 |
* | * configure: Remove targ-vals.def when doing distclean. (Change | Stu Grossman | 1997-01-24 | 1 | -1/+1 |
* | * configure: Remove Make-common.in from dependencies. (Actually in | Stu Grossman | 1997-01-24 | 1 | -1/+1 |
* | * configure configure.in Makefile.in: Update to new configure | Stu Grossman | 1997-01-23 | 4 | -122/+1847 |
* | Multiply ops sign extend, not zero extend | Michael Meissner | 1997-01-20 | 1 | -0/+11 |
* | Deal with kill encoding the signal via the exit status. | Michael Meissner | 1996-12-31 | 2 | -3/+11 |
* | Allow exit to work normally under gdb | Michael Meissner | 1996-12-27 | 2 | -102/+148 |
* | * Makefile.in: Delete stuff moved to ../common/Make-common.in. | David Edelsohn | 1996-11-20 | 2 | -36/+4 |
* | Fix linux build problem. | Gavin Romig-Koch | 1996-10-31 | 2 | -0/+6 |
* | * simops.c (OP_10007E0): Handle SYS_times and SYS_gettimeofday. | Jeff Law | 1996-10-30 | 2 | -0/+24 |
* | * simops.c (OP_10007E0): Handle SYS_time. | Jeff Law | 1996-10-30 | 2 | -0/+7 |
* | * simops.c: Include <sys/stat.h>. | Jeff Law | 1996-10-29 | 2 | -18/+20 |
* | * simops.c (OP_500): Mask off low bit in displacement | Jeff Law | 1996-10-24 | 2 | -2/+6 |
* | * simops.c (OP_500): Fix displacement handling for sld.w. | Jeff Law | 1996-10-24 | 2 | -2/+5 |
* | * simops.c (trace_input): Remove all references to SEXT7. | Jeff Law | 1996-10-24 | 2 | -10/+18 |
* | * Makefile.in: Get rid of srcroot. Set all INSTALL macros via | Stu Grossman | 1996-10-24 | 4 | -51/+131 |
* | * interp.c (MEM_SIZE): It's now bytes, not a power of 2. | Stu Grossman | 1996-10-15 | 1 | -0/+31 |
* | * gencode.c (write_opcodes): Output hex values for opcode mask | Stu Grossman | 1996-09-28 | 4 | -5/+27 |
* | * simops.c (trace_input): Fix thinko. | Jeff Law | 1996-09-27 | 2 | -7/+16 |
* | Print line # and function name or filename if they exist for each PC. | Michael Meissner | 1996-09-12 | 2 | -3/+69 |
* | Add tracing support; Fix some problems with hardwired sizes | Michael Meissner | 1996-09-11 | 4 | -106/+650 |
* | * interp.c (hash): Make this an inline function | Jeff Law | 1996-09-10 | 3 | -44/+43 |
* | * gencode.c: Fix various indention & style problems. | Jeff Law | 1996-09-03 | 3 | -83/+70 |
* | Fix typpppo | Jeff Law | 1996-09-03 | 1 | -1/+1 |
* | * interp.c: OP should be an array of 32bit operands! | Jeff Law | 1996-09-03 | 4 | -78/+248 |
* | * simops.c: Fix "not1" and "set1". | Jeff Law | 1996-08-30 | 2 | -2/+4 |
* | * simops.c: Don't forget to initialize temp for | Jeff Law | 1996-08-30 | 2 | -0/+5 |
* | * interp.c: Remove various debugging printfs. | Jeff Law | 1996-08-30 | 2 | -15/+2 |
* | * simops.c: Fix satadd, satsub boundary case handling. | Jeff Law | 1996-08-30 | 2 | -5/+7 |
* | * interp.c (hash): Fix. | Jeff Law | 1996-08-30 | 3 | -18/+80 |
* | * interp.c (do_format_4): Get operands correctly and | Jeff Law | 1996-08-30 | 3 | -0/+61 |
* | * v850_sim.h: The V850 doesn't have split I&D spaces. Change | Jeff Law | 1996-08-30 | 3 | -121/+181 |
* | * v850_sim.h (struct _state): Remove "psw" field. Add | Jeff Law | 1996-08-30 | 3 | -78/+89 |
* | * simops.c: Handle "satadd", "satsub", "satsubi", "satsubr". | Jeff Law | 1996-08-30 | 2 | -25/+173 |
* | * interp.c (do_format_5): Get operands correctly and | Jeff Law | 1996-08-30 | 3 | -12/+39 |
* | * simops.c: Fix minor typos. Handle "cmp", "setf", "tst" | Jeff Law | 1996-08-30 | 2 | -25/+146 |
* | * interp.c (do_format_3): Get operands correctly and call | Jeff Law | 1996-08-30 | 3 | -13/+211 |
* | * simops.c: Add condition code handling to shift insns. | Jeff Law | 1996-08-30 | 2 | -30/+101 |
* | * Makefile.in: Fix typo. | Jeff Law | 1996-08-30 | 2 | -19/+79 |
* | * interp.c (hash): Update to be more accurate. | Jeff Law | 1996-08-29 | 5 | -138/+348 |
* | * simops.c: Add shift support. | Jeff Law | 1996-08-29 | 2 | -22/+56 |
* | Fix typos in multiply and divide code. | Jeff Law | 1996-08-29 | 1 | -3/+3 |
* | * simops.c: Add multiply & divide support. Abort for system | Jeff Law | 1996-08-29 | 2 | -48/+93 |
* | * simops.c: Add logicals, mov, movhi, movea, add, addi, sub | Jeff Law | 1996-08-29 | 2 | -40/+147 |
* | * ChangeLog, Makefile.in, configure, configure.in, v850_sim.h, | Jeff Law | 1996-08-29 | 8 | -0/+1274 |