Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delete w65 directory. | Andrew Cagney | 2002-07-18 | 1 | -156/+0 |
| | |||||
* | Import current --enable-gdb-build-warnings. | Andrew Cagney | 2002-06-16 | 1 | -0/+4 |
| | |||||
* | Move include/callback.h and include/remote-sim.h to include/gdb/. | Andrew Cagney | 2002-06-09 | 1 | -0/+4 |
| | | | | Update accordingly. | ||||
* | Change profiling so that it is enabled by default. Re-generate everything. | Andrew Cagney | 2000-05-24 | 1 | -0/+4 |
| | |||||
* | import gdb-1999-09-08 snapshot | Stan Shebs | 1999-09-09 | 1 | -0/+4 |
| | |||||
* | import gdb-1999-05-10 | Stan Shebs | 1999-05-11 | 1 | -0/+4 |
| | |||||
* | Initial creation of sourceware repositorygdb-4_18-branchpoint | Stan Shebs | 1999-04-16 | 1 | -0/+136 |
| | |||||
* | Initial creation of sourceware repository | Stan Shebs | 1999-04-16 | 1 | -136/+0 |
| | |||||
* | * configure: Regenerated to track ../common/aclocal.m4 changes. | Tom Tromey | 1998-04-26 | 1 | -0/+11 |
| | | | | | | | * config.in: Ditto. * acconfig.h: New file. * configure.in: Reverted change of Apr 24; use sinclude again. Don't call AC_C_CROSS. | ||||
* | * configure: Regenerated to track ../common/aclocal.m4 changes. | Tom Tromey | 1998-04-24 | 1 | -0/+14 |
| | | | | | | | | | | * 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. | ||||
* | Regenerate configure | Michael Meissner | 1998-04-22 | 1 | -0/+4 |
| | |||||
* | For sim_fetch_register / sim_store_register: Add LENGTH parameter, | Andrew Cagney | 1998-02-17 | 1 | -0/+7 |
| | | | | | return actual size of register, 0 if not applicable, -1 of legacy implementation. | ||||
* | Add ABFD argument to sim_create_inferior. Document. | Andrew Cagney | 1997-08-27 | 1 | -0/+1 |
| | | | | | | 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. | ||||
* | Flush defunct sim_kill. | Andrew Cagney | 1997-08-26 | 1 | -0/+4 |
| | |||||
* | Add ABFD argument to sim_open call. Pass through to sim_config so | Andrew Cagney | 1997-08-25 | 1 | -0/+4 |
| | | | | | | | | | | 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. | ||||
* | Part II of adding callback argument to sim_open(). Update all the | Andrew Cagney | 1997-05-20 | 1 | -0/+4 |
| | | | | | other simulators; remove SIM_DESC from depreciated function sim_set_callbacks(). | ||||
* | * Makefile.in (INSTALL): Set to @INSTALL@. | Ian Lance Taylor | 1997-04-15 | 1 | -0/+9 |
| | | | | | | | | (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. | ||||
* | rename install.sh to install-sh | Ian Lance Taylor | 1997-04-14 | 1 | -0/+4 |
| | |||||
* | * interp.c (sim_open): New arg `kind'. `name is now `argv'. | David Edelsohn | 1997-04-02 | 1 | -0/+4 |
| | |||||
* | * Makefile.in (mostlyclean): Move config.log to distclean. | Jason Molenda | 1996-10-03 | 1 | -0/+4 |
| | |||||
* | * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir, | Jason Molenda | 1996-06-26 | 1 | -0/+9 |
| | | | | | | | | 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. | ||||
* | regenerate configure scripts with autoconf 2.7 | Ian Lance Taylor | 1996-02-21 | 1 | -0/+4 |
| | |||||
* | *** empty log message *** | Fred Fish | 1995-10-20 | 1 | -0/+5 |
| | |||||
* | * Makefile.in (BISONFLAGS): Remove macro. | Fred Fish | 1995-10-10 | 1 | -0/+4 |
| | |||||
* | add maintainer-clean Makefile targets | Ian Lance Taylor | 1995-09-20 | 1 | -0/+4 |
| | |||||
* | * configure.in: Convert to use autoconf. | Ian Lance Taylor | 1995-09-08 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | | | * 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. | ||||
* | Document FSF address updating of all files with FSF addresses, | Fred Fish | 1995-08-03 | 1 | -0/+4 |
| | | | | except for the COPYING* files. | ||||
* | * w65.mt: Removed. | J.T. Conklin | 1995-07-05 | 1 | -0/+4 |
| | |||||
* | Correct typo in all simulator configure.in files other than SH: ../bfd | Jim Wilson | 1995-05-24 | 1 | -0/+4 |
| | | | | should be ../../bfd. | ||||
* | * run.c: parse arguments with getopt(). | J.T. Conklin | 1995-03-27 | 1 | -0/+4 |
| | |||||
* | fix configury | Ian Lance Taylor | 1995-02-28 | 1 | -0/+6 |