Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-07-18 | Delete w65 directory. | Andrew Cagney | 10 | -5658/+0 | |
2002-06-16 | Import current --enable-gdb-build-warnings. | Andrew Cagney | 1 | -0/+4 | |
2002-06-09 | Move include/callback.h and include/remote-sim.h to include/gdb/. | Andrew Cagney | 2 | -2/+6 | |
Update accordingly. | |||||
2000-05-24 | Change profiling so that it is enabled by default. Re-generate everything. | Andrew Cagney | 2 | -116/+131 | |
1999-09-09 | import gdb-1999-09-08 snapshot | Stan Shebs | 2 | -128/+123 | |
1999-05-11 | import gdb-1999-05-10 | Stan Shebs | 2 | -139/+162 | |
1999-04-16 | Initial creation of sourceware repositorygdb-4_18-branchpoint | Stan Shebs | 10 | -0/+5617 | |
1999-04-16 | Initial creation of sourceware repository | Stan Shebs | 11 | -5661/+0 | |
1998-10-28 | Unify (well almost) --enable-build-warnings configuration option | Andrew Cagney | 1 | -144/+211 | |
across GDB and SIM directories. | |||||
1998-05-22 | Only enable H/W on some mips targets. | Andrew Cagney | 1 | -110/+122 | |
Move common hw-obj to Make-common Pacify GCC | |||||
1998-04-26 | * configure: Regenerated to track ../common/aclocal.m4 changes. | Tom Tromey | 5 | -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 Tromey | 7 | -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-22 | Regenerate configure | Michael Meissner | 2 | -88/+200 | |
1998-02-17 | For sim_fetch_register / sim_store_register: Add LENGTH parameter, | Andrew Cagney | 3 | -5/+16 | |
return actual size of register, 0 if not applicable, -1 of legacy implementation. | |||||
1997-08-27 | Add ABFD argument to sim_create_inferior. Document. | Andrew Cagney | 2 | -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-26 | Flush defunct sim_kill. | Andrew Cagney | 2 | -6/+4 | |
1997-08-25 | Add ABFD argument to sim_open call. Pass through to sim_config so | Andrew Cagney | 2 | -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-20 | Part II of adding callback argument to sim_open(). Update all the | Andrew Cagney | 2 | -1/+6 | |
other simulators; remove SIM_DESC from depreciated function sim_set_callbacks(). | |||||
1997-04-15 | * Makefile.in (INSTALL): Set to @INSTALL@. | Ian Lance Taylor | 2 | -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-14 | rename install.sh to install-sh | Ian Lance Taylor | 2 | -1/+5 | |
1997-04-02 | * interp.c (sim_open): New arg `kind'. `name is now `argv'. | David Edelsohn | 2 | -2/+7 | |
1996-10-03 | * Makefile.in (mostlyclean): Move config.log to distclean. | Jason Molenda | 2 | -2/+7 | |
1996-06-26 | * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir, | Jason Molenda | 4 | -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-21 | regenerate configure scripts with autoconf 2.7 | Ian Lance Taylor | 2 | -27/+167 | |
1995-12-23 | keep configure | Jason Molenda | 1 | -0/+1 | |
1995-10-20 | *** empty log message *** | Fred Fish | 2 | -1/+6 | |
1995-10-13 | Add sim_set_callbacks. | Steve Chamberlain | 1 | -0/+8 | |
1995-10-10 | * Makefile.in (BISONFLAGS): Remove macro. | Fred Fish | 2 | -1/+4 | |
1995-09-20 | add maintainer-clean Makefile targets | Ian Lance Taylor | 2 | -1/+5 | |
1995-09-08 | * configure.in: Convert to use autoconf. | Ian Lance Taylor | 9 | -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-03 | Document FSF address updating of all files with FSF addresses, | Fred Fish | 1 | -0/+4 | |
except for the COPYING* files. | |||||
1995-08-03 | Remove Sanitize reference. | Fred Fish | 1 | -1/+0 | |
1995-08-02 | Update FSF address. | Fred Fish | 3 | -16/+16 | |
1995-07-05 | * w65.mt: Removed. | J.T. Conklin | 3 | -4/+4 | |
1995-05-24 | Correct typo in all simulator configure.in files other than SH: ../bfd | Jim Wilson | 2 | -1/+5 | |
should be ../../bfd. | |||||
1995-03-27 | * run.c: parse arguments with getopt(). | J.T. Conklin | 2 | -17/+34 | |
1995-02-28 | fix configury | Ian Lance Taylor | 3 | -5/+9 | |
1995-01-16 | new files. | Steve Chamberlain | 1 | -0/+41 | |
1995-01-16 | New files. | Steve Chamberlain | 7 | -0/+1948 | |