Andrew Cagney
eb2d80b469
Change profiling so that it is enabled by default. Re-generate everything.
27 years ago
Stan Shebs
d4f3574e77
import gdb-1999-09-08 snapshot
27 years ago
Stan Shebs
cd0fc7c3eb
import gdb-1999-05-10
28 years ago
Stan Shebs
c906108c21
Initial creation of sourceware repository
28 years ago
Stan Shebs
071ea11e85
Initial creation of sourceware repository
28 years ago
Andrew Cagney
b9a9cde40b
Unify (well almost) --enable-build-warnings configuration option
across GDB and SIM directories.
28 years ago
Andrew Cagney
f872d0d643
Only enable H/W on some mips targets.
Move common hw-obj to Make-common
Pacify GCC
29 years ago
Tom Tromey
59fb349750
* configure: Regenerated to track ../common/aclocal.m4 changes.
* config.in: Ditto.
* acconfig.h: New file.
* configure.in: Reverted change of Apr 24; use sinclude again.
Don't call AC_C_CROSS.
29 years ago
Tom Tromey
7c9e17390b
* configure: Regenerated to track ../common/aclocal.m4 changes.
* 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.
29 years ago
Michael Meissner
d865fb6e56
Regenerate configure
29 years ago
Andrew Cagney
fbb8b6b9ab
For sim_fetch_register / sim_store_register: Add LENGTH parameter,
return actual size of register, 0 if not applicable, -1 of legacy
implementation.
29 years ago
Andrew Cagney
fafce69ab1
Add ABFD argument to sim_create_inferior. Document.
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.
29 years ago
Andrew Cagney
7230ff0faa
Flush defunct sim_kill.
29 years ago
Andrew Cagney
247fccdeb5
Add ABFD argument to sim_open call. Pass through to sim_config so
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.
29 years ago
Andrew Cagney
ff82f21409
Part II of adding callback argument to sim_open(). Update all the
other simulators; remove SIM_DESC from depreciated function
sim_set_callbacks().
30 years ago
Ian Lance Taylor
d60002f692
* Makefile.in (INSTALL): Set to @INSTALL@.
(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.
30 years ago
Ian Lance Taylor
f2906ccc4c
rename install.sh to install-sh
30 years ago
David Edelsohn
d0218f5172
* interp.c (sim_open): New arg `kind'. `name is now `argv'.
30 years ago
Jason Molenda
feede9b699
* Makefile.in (mostlyclean): Move config.log to distclean.
30 years ago
Jason Molenda
78c09e4af5
* Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
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.
31 years ago
Ian Lance Taylor
5c59ec4318
regenerate configure scripts with autoconf 2.7
31 years ago
Jason Molenda
ad3d97748b
keep configure
31 years ago
Fred Fish
64415b767b
*** empty log message ***
31 years ago
Steve Chamberlain
a325a02e36
Add sim_set_callbacks.
31 years ago
Fred Fish
479fc045cd
* Makefile.in (BISONFLAGS): Remove macro.
31 years ago
Ian Lance Taylor
602677ad44
add maintainer-clean Makefile targets
31 years ago
Ian Lance Taylor
b6de8f6a08
* configure.in: Convert to use autoconf.
* 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.
31 years ago
Fred Fish
605b7789b1
Document FSF address updating of all files with FSF addresses,
except for the COPYING* files.
31 years ago
Fred Fish
07edac884e
Remove Sanitize reference.
31 years ago
Fred Fish
6c9638b444
Update FSF address.
31 years ago
J.T. Conklin
e58104714a
* w65.mt: Removed.
32 years ago
Jim Wilson
4cea100d33
Correct typo in all simulator configure.in files other than SH: ../bfd
should be ../../bfd.
32 years ago
J.T. Conklin
057af5c96c
* run.c: parse arguments with getopt().
32 years ago
Ian Lance Taylor
f7ce03e552
fix configury
32 years ago
Steve Chamberlain
26aef5db38
new files.
32 years ago
Steve Chamberlain
321a78a5a0
New files.
32 years ago