aboutsummaryrefslogtreecommitdiff
path: root/sim/w65
AgeCommit message (Collapse)AuthorFilesLines
1999-09-09import gdb-1999-09-08 snapshotStan Shebs2-128/+123
1999-05-11import gdb-1999-05-10Stan Shebs2-139/+162
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs10-0/+5617
1999-04-16Initial creation of sourceware repositoryStan Shebs11-5661/+0
1998-10-28Unify (well almost) --enable-build-warnings configuration optionAndrew Cagney1-144/+211
across GDB and SIM directories.
1998-05-22Only enable H/W on some mips targets.Andrew Cagney1-110/+122
Move common hw-obj to Make-common Pacify GCC
1998-04-26 * configure: Regenerated to track ../common/aclocal.m4 changes.Tom Tromey5-17/+46
* config.in: Ditto. * acconfig.h: New file. * configure.in: Reverted change of Apr 24; use sinclude again. Don't call AC_C_CROSS.
1998-04-24 * configure: Regenerated to track ../common/aclocal.m4 changes.Tom Tromey7-31/+1988
* config.in: Ditto. * acconfig.h: Removed. * configure.in: Call CY_GNU_GETTEXT. * Makefile.in (INTLLIBS): New macro. (INTLDEPS): Likewise. ($(RUN_PROG)): Depend on INTLDEPS; link against INTLLIBS. (top_builddir): New macro.
1998-04-22Regenerate configureMichael Meissner2-88/+200
1998-02-17For sim_fetch_register / sim_store_register: Add LENGTH parameter,Andrew Cagney3-5/+16
return actual size of register, 0 if not applicable, -1 of legacy implementation.
1997-08-27Add ABFD argument to sim_create_inferior. Document.Andrew Cagney2-4/+9
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 Cagney2-6/+4
1997-08-25Add ABFD argument to sim_open call. Pass through to sim_config soAndrew Cagney2-1/+6
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 Cagney2-1/+6
other simulators; remove SIM_DESC from depreciated function sim_set_callbacks().
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-14rename install.sh to install-shIan Lance Taylor2-1/+5
1997-04-02 * interp.c (sim_open): New arg `kind'. `name is now `argv'.David Edelsohn2-2/+7
1996-10-03 * Makefile.in (mostlyclean): Move config.log to distclean.Jason Molenda2-2/+7
1996-06-26 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,Jason Molenda4-37/+167
INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values. (docdir): Removed. * configure.in (AC_PREREQ): autoconf 2.5 or higher. (AC_PROG_INSTALL): Added. * configure: Rebuilt.
1996-02-21regenerate configure scripts with autoconf 2.7Ian Lance Taylor2-27/+167
1995-12-23keep configureJason Molenda1-0/+1
1995-10-20*** empty log message ***Fred Fish2-1/+6
1995-10-13 Add sim_set_callbacks.Steve Chamberlain1-0/+8
1995-10-10 * Makefile.in (BISONFLAGS): Remove macro.Fred Fish2-1/+4
1995-09-20add maintainer-clean Makefile targetsIan Lance Taylor2-1/+5
1995-09-08 * configure.in: Convert to use autoconf.Ian Lance Taylor9-67/+1194
* 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-08-03Document FSF address updating of all files with FSF addresses,Fred Fish1-0/+4
except for the COPYING* files.
1995-08-03Remove Sanitize reference.Fred Fish1-1/+0
1995-08-02Update FSF address.Fred Fish3-16/+16
1995-07-05* w65.mt: Removed.J.T. Conklin3-4/+4
1995-05-24Correct typo in all simulator configure.in files other than SH: ../bfdJim Wilson2-1/+5
should be ../../bfd.
1995-03-27* run.c: parse arguments with getopt().J.T. Conklin2-17/+34
1995-02-28fix configuryIan Lance Taylor3-5/+9
1995-01-16new files.Steve Chamberlain1-0/+41
1995-01-16New files.Steve Chamberlain7-0/+1948