summaryrefslogtreecommitdiff
path: root/sim/v850
Commit message (Expand)AuthorAgeFilesLines
* Replace memory model with one from sim/common directory.Andrew Cagney1997-09-047-323/+213
* removed v850 sanitizationNick Clifton1997-09-031-0/+1
* Pacify gcc-current -Wall.Andrew Cagney1997-09-038-23/+49
* Standard simulator header file.Andrew Cagney1997-09-031-0/+172
* Add real SIM_DESC arg to v850 simulator.Andrew Cagney1997-09-038-424/+532
* Compile from UNIX to cygwin32.Andrew Cagney1997-09-015-87/+476
* Fix doco on enable-sim-inline.Andrew Cagney1997-08-272-0/+36
* Add ABFD argument to sim_create_inferior. Document.Andrew Cagney1997-08-272-2/+9
* Flush defunct sim_kill.Andrew Cagney1997-08-262-7/+4
* Add ABFD argument to sim_open call. Pass through to sim_config soAndrew Cagney1997-08-252-159/+54
* Updated with respect to the HDD-tool-0611 document.Nick Clifton1997-08-222-58/+82
* Added N step divide routines, courtesy of Sugimoto at NEC.Nick Clifton1997-08-202-218/+338
* Fixed interpretation of SR bit in list18 structures.Nick Clifton1997-08-202-640/+1943
* Tidied up sanitization.Nick Clifton1997-08-142-4/+45
* Added support for v850e and v850eq instructions.Nick Clifton1997-08-142-1/+55
* * interp.c (prog_bfd_was_opened_p): New static local.David Edelsohn1997-04-241-0/+9
* Ref gdb/11763 - can't stop a running simulator:Andrew Cagney1997-04-182-0/+11
* * Makefile.in (SIM_OBJS): Add sim-load.o.David Edelsohn1997-04-172-111/+649
* Cleanups to compile under FreeBSDAndrew Cagney1997-04-172-10/+27
* Get configure to define RETSIGTYPEAndrew Cagney1997-04-071-187/+97
* * interp.c (sim_open): New arg `kind'.David Edelsohn1997-04-021-0/+2
* * aclocal.m4: Check for stdlib.h, string.h, strings.h, unistd.h.David Edelsohn1997-04-022-132/+281
* New file common/sim-config.c sets/checks simulator configuration options.Andrew Cagney1997-04-022-46/+34
* * configure: Re-generate.Andrew Cagney1997-03-172-191/+124
* Regenerate simulator configure scripts; Remove d10v traps 1-3, Make 15 the sy...Michael Meissner1997-03-142-302/+63
* * interp.c (sim_open): New SIM_DESC result. Argument is nowDavid Edelsohn1997-03-131-0/+13
* * Makefile.in (@COMMON_MAKEFILE_FRAG): UseDavid Edelsohn1997-02-041-2/+2
* * ../common/aclocal.m4 (COMMON_MAKEFILE_FRAG): Quote a couple of $'s inStu Grossman1997-01-241-2/+2
* * configure: Remove targ-vals.def when doing distclean. (ChangeStu Grossman1997-01-241-1/+1
* * configure: Remove Make-common.in from dependencies. (Actually inStu Grossman1997-01-241-1/+1
* * configure configure.in Makefile.in: Update to new configureStu Grossman1997-01-234-122/+1847
* Multiply ops sign extend, not zero extendMichael Meissner1997-01-201-0/+11
* Deal with kill encoding the signal via the exit status.Michael Meissner1996-12-312-3/+11
* Allow exit to work normally under gdbMichael Meissner1996-12-272-102/+148
* * Makefile.in: Delete stuff moved to ../common/Make-common.in.David Edelsohn1996-11-202-36/+4
* Fix linux build problem.Gavin Romig-Koch1996-10-312-0/+6
* * simops.c (OP_10007E0): Handle SYS_times and SYS_gettimeofday.Jeff Law1996-10-302-0/+24
* * simops.c (OP_10007E0): Handle SYS_time.Jeff Law1996-10-302-0/+7
* * simops.c: Include <sys/stat.h>.Jeff Law1996-10-292-18/+20
* * simops.c (OP_500): Mask off low bit in displacementJeff Law1996-10-242-2/+6
* * simops.c (OP_500): Fix displacement handling for sld.w.Jeff Law1996-10-242-2/+5
* * simops.c (trace_input): Remove all references to SEXT7.Jeff Law1996-10-242-10/+18
* * Makefile.in: Get rid of srcroot. Set all INSTALL macros viaStu Grossman1996-10-244-51/+131
* * interp.c (MEM_SIZE): It's now bytes, not a power of 2.Stu Grossman1996-10-151-0/+31
* * gencode.c (write_opcodes): Output hex values for opcode maskStu Grossman1996-09-284-5/+27
* * simops.c (trace_input): Fix thinko.Jeff Law1996-09-272-7/+16
* Print line # and function name or filename if they exist for each PC.Michael Meissner1996-09-122-3/+69
* Add tracing support; Fix some problems with hardwired sizesMichael Meissner1996-09-114-106/+650
* * interp.c (hash): Make this an inline functionJeff Law1996-09-103-44/+43
* * gencode.c: Fix various indention & style problems.Jeff Law1996-09-033-83/+70