aboutsummaryrefslogtreecommitdiff
path: root/sim
AgeCommit message (Collapse)AuthorFilesLines
1997-04-15 * Makefile.in (INSTALL): Set to @INSTALL@.Ian Lance Taylor1-0/+9
(INSTALL_XFORM, INSTALL_XFORM1): Remove.
1997-04-15 * Makefile.in (install-sis): Depend upon installdirs. UseIan Lance Taylor1-0/+11
$(program_transform_name) directly, rather than using $(INSTALL_XFORM).
1997-04-15 * Make-common.in (INSTALL): Set to @INSTALL@.Ian Lance Taylor2-12/+60
(INSTALL_XFORM, INSTALL_XFORM1): Remove. (install-common): Depend upon installdirs. Use $(program_transform_name) directly, rather than using $(INSTALL_XFORM). (installdirs): New target. * Makefile.in (INSTALL): Set to @INSTALL@. (INSTALL_XFORM, INSTALL_XFORM1): Remove. (install-man): Depend upon installdirs. Use $(program_transform_name) directly, rather than using $(INSTALL_XFORM). (installdirs): New target.
1997-04-15 * Makefile.in (INSTALL): Set to @INSTALL@.Ian Lance Taylor1-0/+8
(INSTALL_XFORM, INSTALL_XFORM1): Remove. (install): Depend upon installdirs. Use $(program_transform_name) directly, rather than using $(INSTALL_XFORM). (installdirs): New target.
1997-04-15 * Makefile.in (INSTALL): Set to @INSTALL@.Ian Lance Taylor2-6/+17
(INSTALL_XFORM, INSTALL_XFORM1): Remove. (install): Depend upon installdirs. Use $(program_transform_name) directly, rather than using $(INSTALL_XFORM) and $(INSTALL_XFORM1). (installdirs): New target.
1997-04-15From Jim Wilson <wilson@cygnus.com>Andrew Cagney2-11/+49
* Makefile.in (tmp-hw, tmp-pk): Use for loop to eliminate duplicates rather than the non-portable cat -n.
1997-04-15Get the BIT/MASK/ROT/... macros to work with any 32/64/MSB0/MSBn target.Andrew Cagney6-33/+431
1997-04-14rename install.sh to install-shIan Lance Taylor2-1/+5
1997-04-08 * simops.c (syscall): Handle new mn10300 calling conventions.Jeff Law1-2/+2
Forgot to check this in last week.
1997-04-08Remove m32r sanitization.David Edelsohn1-35/+1
1997-04-07 * sim-base.h (sim_state_base): Move `magic' to end of struct.David Edelsohn1-0/+4
1997-04-07Check a program to run is present.Andrew Cagney1-0/+4
1997-04-07Get configure to define RETSIGTYPEAndrew Cagney18-1708/+1036
1997-04-07Use $(srcdir)/... instead of $< in make rulesAndrew Cagney1-0/+6
1997-04-05 * Makefile.in: Change mn10300-opc.o to m10300-opc.o, to matchIan Lance Taylor1-0/+5
corresponding change in opcodes directory.
1997-04-03 * sim-endian.h: Move host {LITTLE,BIG}_ENDIAN support from here,David Edelsohn1-0/+3
* sim-config.h: To here.
1997-04-03 * gen-support.c (gen_support_c): sim-state.h renamed to sim-main.h.David Edelsohn1-0/+41
* gen-idecode.c (gen_idecode_c): Likewise. * igen.c (gen_semantics_c): Likewise.
1997-04-03New files.David Edelsohn2-0/+82
1997-04-03 * Make-common.in (SIM_EXTRA_DEPS): New config var.David Edelsohn1-0/+17
(sim_main_headers): Define. (sim-*.o): Depend on $(SIM_EXTRA_DEPS). (BUILT_SRC_FROM_COMMON): Move here from ../d30v/Makefile.in. (clean): Use it. (sim-utils.o): Add rule for. * sim-utils.o: New file. * sim-basics.h: #include sim-base.h. (zalloc): Make argument unsigned long. * sim-base.h: New file. * sim-inline.h (SIM_IO support): Delete. * sim-io.h: Delete inline support. * sim-io.c: Likewise. sim-state.h renamed to sim-main.h. * sim-config.c: sim-state.h renamed to sim-main.h. * sim-core.c: Likewise. * sim-events.c: Likewise.
1997-04-03From Jim Wilson, fix typo in instruction nameAndrew Cagney1-0/+4
1997-04-03 (autoconf-changelog): Try different way to obtain user name.David Edelsohn1-0/+1
Forgot this one.
1997-04-03Add autoheader counterpart to autoconf-common et.al.Andrew Cagney3-4/+25
1997-04-02 * interp.c (sim_open): New arg `kind'. `name is now `argv'.David Edelsohn2-2/+7
1997-04-02 * interp.c (sim_open): New arg `kind'.David Edelsohn4-0/+8
1997-04-02 * sim_calls.c (sim_open): New arg `kind'.David Edelsohn1-0/+4
1997-04-02 * compile.c (sim_open): New arg `kind'.David Edelsohn1-0/+2
1997-04-02 * interf.c (sim_open): New arg `kind'.David Edelsohn1-0/+2
1997-04-02 * interp.c (sim_open): New arg `kind'.David Edelsohn1-0/+2
1997-04-02 * wrapper.c (sim_open): New arg `kind'.David Edelsohn1-0/+2
1997-04-02 * run.c (main): Pass SIM_OPEN_STANDALONE to sim_open.David Edelsohn2-1/+5
1997-04-02 * aclocal.m4: Check for stdlib.h, string.h, strings.h, unistd.h.David Edelsohn19-1209/+2563
(sim-debug): Allow arguments. Define WITH_DEBUG in addition to -DDEBUG. * configure: Regenerated to track ../common/aclocal.m4 changes.
1997-04-02 * Makefile.in (autoconf-install): New target.David Edelsohn3-5/+24
1997-04-02 * COPYING: Update FSF address.Ian Lance Taylor2-0/+13
1997-04-02New file common/sim-config.c sets/checks simulator configuration options.Andrew Cagney22-516/+1203
Update common/aclocal.m4 to better work with sim-config.[hc].
1997-04-02New target autoconf-changelogAndrew Cagney1-0/+38
1997-04-02New target - autoconf-changelogAndrew Cagney2-13/+198
1997-03-26Handle BSD make and its liking for `set -e'Andrew Cagney1-0/+1
1997-03-25* emul_bugapi.c (emul_bugapi_create): Guard against NULL images.Andrew Cagney2-1/+14
* configure.in (enable-sim-endain): Correct typo in usage (from Erik Landry <landry@ENGR.ORST.EDU>). * configure: Re-generate.
1997-03-24The d30v release has a testsuite directory.Andrew Cagney1-2/+1
1997-03-24Enable testsuite in sim directory.Andrew Cagney3-1/+108
1997-03-24Growing number of tests for d30vAndrew Cagney34-0/+1634
1997-03-21 * run.c: Include alloca-conf.h.Jeff Law1-1/+3
1997-03-21 * callback.c (os_evprintf_filtered): Fix typo.Jeff Law1-0/+4
1997-03-21Pass GCC -W...Andrew Cagney4-155/+303
1997-03-20 * simops.c: Fix register extraction for a two "movbu" variants.Jeff Law1-30/+75
Somewhat simplify "sub" instructions. Correctly sign extend operands for "mul". Put the correct half of the result in MDR for "mul" and "mulu". Implement remaining instructions. Tweak opcode for "syscall".
1997-03-18 * simops.c: Do syscall emulation in "syscall" instruction. AddJeff Law1-0/+7
dummy "trap" instruction. Cleanups for the beta release.
1997-03-18Move SIM_AC_OPTION_ macros out of SIM_AC_COMMON macro - was trashingAndrew Cagney2-0/+8
optional arguments. * Regenerate all configure scripts.
1997-03-18 * sim-alu.h: Include sim-xcat.h.Andrew Cagney1-0/+4
* d30v-insn (do_sat*): Pass all necessary args.
1997-03-18Include new files sim-assert.h sim-xcat.h sim-state.hAndrew Cagney1-0/+2
1997-03-18New files added during rename/cleanup of engine -> sim_state.Andrew Cagney2-0/+112