aboutsummaryrefslogtreecommitdiff
path: root/sim/v850
AgeCommit message (Expand)AuthorFilesLines
1997-08-14Tidied up sanitization.Nick Clifton2-4/+45
1997-08-14Added support for v850e and v850eq instructions.Nick Clifton2-1/+55
1997-04-24 * interp.c (prog_bfd_was_opened_p): New static local.David Edelsohn1-0/+9
1997-04-18Ref gdb/11763 - can't stop a running simulator:Andrew Cagney2-0/+11
1997-04-17 * Makefile.in (SIM_OBJS): Add sim-load.o.David Edelsohn2-111/+649
1997-04-17Cleanups to compile under FreeBSDAndrew Cagney2-10/+27
1997-04-07Get configure to define RETSIGTYPEAndrew Cagney1-187/+97
1997-04-02 * interp.c (sim_open): New arg `kind'.David Edelsohn1-0/+2
1997-04-02 * aclocal.m4: Check for stdlib.h, string.h, strings.h, unistd.h.David Edelsohn2-132/+281
1997-04-02New file common/sim-config.c sets/checks simulator configuration options.Andrew Cagney2-46/+34
1997-03-17 * configure: Re-generate.Andrew Cagney2-191/+124
1997-03-14Regenerate simulator configure scripts; Remove d10v traps 1-3, Make 15 the sy...Michael Meissner2-302/+63
1997-03-13 * interp.c (sim_open): New SIM_DESC result. Argument is nowDavid Edelsohn1-0/+13
1997-02-04 * Makefile.in (@COMMON_MAKEFILE_FRAG): UseDavid Edelsohn1-2/+2
1997-01-24 * ../common/aclocal.m4 (COMMON_MAKEFILE_FRAG): Quote a couple of $'s inStu Grossman1-2/+2
1997-01-24 * configure: Remove targ-vals.def when doing distclean. (ChangeStu Grossman1-1/+1
1997-01-24 * configure: Remove Make-common.in from dependencies. (Actually inStu Grossman1-1/+1
1997-01-23 * configure configure.in Makefile.in: Update to new configureStu Grossman4-122/+1847
1997-01-20Multiply ops sign extend, not zero extendMichael Meissner1-0/+11
1996-12-31Deal with kill encoding the signal via the exit status.Michael Meissner2-3/+11
1996-12-27Allow exit to work normally under gdbMichael Meissner2-102/+148
1996-11-20 * Makefile.in: Delete stuff moved to ../common/Make-common.in.David Edelsohn2-36/+4
1996-10-31Fix linux build problem.Gavin Romig-Koch2-0/+6
1996-10-30 * simops.c (OP_10007E0): Handle SYS_times and SYS_gettimeofday.Jeff Law2-0/+24
1996-10-30 * simops.c (OP_10007E0): Handle SYS_time.Jeff Law2-0/+7
1996-10-29 * simops.c: Include <sys/stat.h>.Jeff Law2-18/+20
1996-10-24 * simops.c (OP_500): Mask off low bit in displacementJeff Law2-2/+6
1996-10-24 * simops.c (OP_500): Fix displacement handling for sld.w.Jeff Law2-2/+5
1996-10-24 * simops.c (trace_input): Remove all references to SEXT7.Jeff Law2-10/+18
1996-10-24 * Makefile.in: Get rid of srcroot. Set all INSTALL macros viaStu Grossman4-51/+131
1996-10-15 * interp.c (MEM_SIZE): It's now bytes, not a power of 2.Stu Grossman1-0/+31
1996-09-28 * gencode.c (write_opcodes): Output hex values for opcode maskStu Grossman4-5/+27
1996-09-27 * simops.c (trace_input): Fix thinko.Jeff Law2-7/+16
1996-09-12Print line # and function name or filename if they exist for each PC.Michael Meissner2-3/+69
1996-09-11Add tracing support; Fix some problems with hardwired sizesMichael Meissner4-106/+650
1996-09-10 * interp.c (hash): Make this an inline functionJeff Law3-44/+43
1996-09-03 * gencode.c: Fix various indention & style problems.Jeff Law3-83/+70
1996-09-03Fix typpppoJeff Law1-1/+1
1996-09-03 * interp.c: OP should be an array of 32bit operands!Jeff Law4-78/+248
1996-08-30 * simops.c: Fix "not1" and "set1".Jeff Law2-2/+4
1996-08-30 * simops.c: Don't forget to initialize temp forJeff Law2-0/+5
1996-08-30 * interp.c: Remove various debugging printfs.Jeff Law2-15/+2
1996-08-30 * simops.c: Fix satadd, satsub boundary case handling.Jeff Law2-5/+7
1996-08-30 * interp.c (hash): Fix.Jeff Law3-18/+80
1996-08-30 * interp.c (do_format_4): Get operands correctly andJeff Law3-0/+61
1996-08-30 * v850_sim.h: The V850 doesn't have split I&D spaces. ChangeJeff Law3-121/+181
1996-08-30 * v850_sim.h (struct _state): Remove "psw" field. AddJeff Law3-78/+89
1996-08-30 * simops.c: Handle "satadd", "satsub", "satsubi", "satsubr".Jeff Law2-25/+173
1996-08-30 * interp.c (do_format_5): Get operands correctly andJeff Law3-12/+39
1996-08-30 * simops.c: Fix minor typos. Handle "cmp", "setf", "tst"Jeff Law2-25/+146