Age | Commit message (Expand) | Author | Files | Lines |
1996-09-16 | Mon Sep 16 11:38:16 1996 James G. Smith <jsmith@cygnus.co.uk> | Jackie Smith Cashion | 3 | -62/+284 |
1996-09-15 | Fix brf0{t,f}.s <label> -> instruction not to execute instruction if branch s... | Michael Meissner | 2 | -5/+19 |
1996-09-14 | * Makefile.in (CC_FOR_BUILD): New variable. | Ian Lance Taylor | 1 | -0/+11 |
1996-09-14 | For unknown traps, print contents of registers and continue execution | Michael Meissner | 2 | -0/+36 |
1996-09-12 | * simops.c (OP_5F00): Fix problems with system calls. | Mark Alexander | 2 | -40/+21 |
1996-09-12 | Correct trap tracing information | Michael Meissner | 2 | -1/+5 |
1996-09-12 | Print line # and function name or filename if they exist for each PC. | Michael Meissner | 2 | -3/+69 |
1996-09-12 | Store bfd pointer in a global variable | Michael Meissner | 2 | -6/+29 |
1996-09-11 | fix typo | Michael Meissner | 2 | -2/+6 |
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-09 | Addi needs to set the carry | Michael Meissner | 2 | -0/+6 |
1996-09-09 | Fix ld2w tracing | Michael Meissner | 2 | -1/+3 |
1996-09-09 | Correct tracing of cpfg | Michael Meissner | 2 | -2/+9 |
1996-09-09 | Make ex{f,t}* tests agree with book | Michael Meissner | 2 | -8/+9 |
1996-09-09 | Fix accumulator shifts | Michael Meissner | 2 | -5/+31 |
1996-09-08 | * erc32.c (port_init): Disable this for __GO32__ (got no pty's | Stu Grossman | 1 | -0/+20 |
1996-09-08 | * configure.in: Do build erc32 for DOS and Windows hosts. | Ian Lance Taylor | 1 | -7/+1 |
1996-09-07 | Fri Sep 6 17:56:17 1996 Martin M. Hunt <hunt@pizza.cygnus.com> | Martin Hunt | 2 | -2/+7 |
1996-09-05 | * Makefile.in erc32/Makefile.in: Don't set srcroot. This should | Stu Grossman | 2 | -22/+23 |
1996-09-04 | * configure.in: Only build the MIPS simulator if we are using | Ian Lance Taylor | 3 | -15/+134 |
1996-09-04 | Second pass at canadian cross | Michael Meissner | 2 | -10/+29 |
1996-09-04 | First cut at dealing with canadian crosses; make -t in debugger set d10v_debu... | Michael Meissner | 5 | -30/+104 |
1996-09-04 | More debug support; Enable -t/-v to work correctly; Add --enable-sim-cflags c... | Michael Meissner | 7 | -177/+1583 |
1996-09-04 | Enhance debug support | Michael Meissner | 4 | -475/+756 |
1996-09-04 | * simops.c: Include correct syscall.h for d10v, not host's. | Mark Alexander | 2 | -4/+19 |
1996-09-03 | * gencode.c: Fix various indention & style problems. | Jeff Law | 3 | -83/+70 |
1996-09-03 | Portability fixes; re-add printf/putchar traps | Michael Meissner | 1 | -16/+192 |
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-31 | Opps. Forgot to commit this a few days ago. | Jeff Law | 1 | -0/+35 |
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 |
1996-08-30 | * Makefile.in: Fix typo. | Jeff Law | 2 | -19/+79 |
1996-08-29 | * interp.c (hash): Update to be more accurate. | Jeff Law | 5 | -138/+348 |
1996-08-29 | * simops.c: Add shift support. | Jeff Law | 2 | -22/+56 |
1996-08-29 | Fix typos in multiply and divide code. | Jeff Law | 1 | -3/+3 |
1996-08-29 | * simops.c: Add multiply & divide support. Abort for system | Jeff Law | 2 | -48/+93 |
1996-08-29 | * simops.c: Add logicals, mov, movhi, movea, add, addi, sub | Jeff Law | 2 | -40/+147 |