aboutsummaryrefslogtreecommitdiff
path: root/sim/w65/interp.c
AgeCommit message (Collapse)AuthorFilesLines
1998-02-17For sim_fetch_register / sim_store_register: Add LENGTH parameter,Andrew Cagney1-4/+8
return actual size of register, 0 if not applicable, -1 of legacy implementation.
1997-08-27Add ABFD argument to sim_create_inferior. Document.Andrew Cagney1-4/+8
Add file sim-hload.c - generic load for hardware only simulators. Review each simulators sim_open, sim_load, sim_create_inferior so that they more closely match required behavour.
1997-08-26Flush defunct sim_kill.Andrew Cagney1-6/+0
1997-08-25Add ABFD argument to sim_open call. Pass through to sim_config soAndrew Cagney1-1/+2
that image properties such as endianness can be checked. More strongly document the expected behavour of each of the sim_* interfaces. Add default endian argument to simulator config macro SIM_AC_OPTION_ENDIAN. Use in sim_config.
1997-05-20Part II of adding callback argument to sim_open(). Update all theAndrew Cagney1-1/+2
other simulators; remove SIM_DESC from depreciated function sim_set_callbacks().
1997-04-02 * interp.c (sim_open): New arg `kind'. `name is now `argv'.David Edelsohn1-2/+3
1995-10-13 Add sim_set_callbacks.Steve Chamberlain1-0/+8
1995-09-08 * configure.in: Convert to use autoconf.Ian Lance Taylor1-2/+12
* configure: New file, built by autoconf. * acconfig.h: New file. * config.in: New file, built by autoheader. * Makefile.in: Various changes for new configure script. Also: (INSTALL): Go up two levels, not one. (ALLOCA, MALLOC, OPCODES): Remove. (gencode): Use $(CC_FOR_BUILD). (case.o): Remove. (run.o, interp.o): Depend upon config.h. * interp.c: Include "config.h". Don't include "sysdep.h". Include <stdlib.h>, <time.h>, and <unistd.h> if they exist. * run.c: Include "config.h". Don't include "sysdep.h". Include <stdlib.h> if it exists. Include "getopt.h". Declare printf if necessary.
1995-01-16New files.Steve Chamberlain1-0/+365