Steve Chamberlain
a219b090a4
* Makefile.in, xconfig/delta88 made it install a sysV manual page;
gdb.z into the right place.
35 years ago
K. Richard Pixley
50d2bb5b4c
now handle doc subdir, too
35 years ago
John Gilmore
19230be6ac
xcoffread.c, tdesc-lib, and misc fixes.
35 years ago
Steve Chamberlain
35350222a8
Added MINUS_G flag, now debugging can be turned off
35 years ago
Steve Chamberlain
b715d5b4aa
* Makefile.in: link with libiberty after libreadline, since
readline might want something in libiberty.
35 years ago
K. Richard Pixley
02f25e46a6
fixed for objdir/subdirs
35 years ago
Steve Chamberlain
0aaa124f3e
* Makefile.in: put a - infront of the mv y.tab.c c-exp.tab.c and
mv y.tab.c m2-exp.tab.c, so that if bison is used, and the files
are created in place, so the mv fails, then the make continues.
35 years ago
John Gilmore
2ce38c6d29
Add buildsym.c and buildsym.h.
35 years ago
John Gilmore
b00771232f
frame-select command. Cross funcalls to sun3. Build *.tab.c files in
target dir.
35 years ago
John Gilmore
54154111c5
Roll VERSION to 4.2.2.
35 years ago
Fred Fish
bb4ff69408
Add dwarfread.c, dwarfread.o, elfread.c, elfread.o to source and object
file macros. Other obvious dwarf/elf tweaks.
35 years ago
John Gilmore
3dfb315ebd
Further evolution. Remove hp-include pending real HP support.
35 years ago
John Gilmore
7ff46684f8
Configure isn't here any more.
35 years ago
K. Richard Pixley
f1eb48b62e
no more configure on which to depend
35 years ago
K. Richard Pixley
bcb14db549
exploit the new executable config.status
35 years ago
Roland Pesch
b7ced3225a
Fri Sep 20 15:46:00 1991 Roland H. Pesch (pesch at cygnus.com)
* doc/Makefile: generate aux version-no file doc/gdbVN.m4
from main Makefile.in version definition
doc/gdb.texinfo: use version recorded in doc/gdbVN.m4 for current
GDB version no refs
Makefile.in (setup-to-dist): generate doc/gdbVN.m4
35 years ago
John Gilmore
531dca4989
(HFILES): Add minimon.h.
(VERSION): Roll version number to 4.0.95.
35 years ago
John Gilmore
cd93283c87
Circumvent Sun Make bug on *-exp.tab.o.
35 years ago
John Gilmore
56d921a893
Cope with new files and removed files for Modula-2 support.
35 years ago
John Gilmore
44f0c5db96
* Makefile.in (CLIBS): Put XM_CLIBS and TM_CLIBS at end.
Pass MUNCH_DEFINE to munch whenever we run it.
* munch: Cope with RT/PC putting fns in data segment.
Restore ability to override `nm' by specifying MUNCH_NM.
35 years ago
John Gilmore
f5e011c68c
* Makefile.in (documentation targets): Pass $(M4).
Bugfix from eggert@twinsun.com (Paul Eggert).
* stack.c (down_silently_command): Check for stack existence.
35 years ago
John Gilmore
90d368c5ef
* Makefile.in (VERSION): Update to 4.0.3.
35 years ago
John Gilmore
8106620887
* utils.c (error): if error_pre_print is set, print the string
first.
* main.c (main, print_gnu_advertisement, print_gdb_version):
Reformat legalese so it always prints, but acts as an "I'm here"
message while symbols are being read. If any errors occur,
print a few newlines to set off the message and start it at the
left margin. Remove mention of "help" command, and don't yak about
symbol reading.
(catch_errors): Error string is now printed first in case of
error, not last.
* command.c (undef_cmd_error, lookup_cmd): On undefined command,
suggest the "help" command.
* Makefile.in (VERSION): Set to 4.0.2.
35 years ago
Stu Grossman
625453dcfd
Merge in irix support.
35 years ago
Roland Pesch
2ecf020143
* Makefile.in: generate "gdb-all.texi" rather than "gdb-all.texinfo"
36 years ago
Roland Pesch
b9def3d9df
Reflect name change (doc/rdl-apps.texi)
36 years ago
John Gilmore
81b0b547d6
* GDB-4.0 release!
* Makefile.in (VERSION): Roll to 4.0.
(gdb.tar.Z): Make refcard.ps as well, for shipment.
36 years ago
John Gilmore
299eb5f15f
Fix Makefile.in to build 4.0 rel.
36 years ago
John Gilmore
e522aa54a7
Make "make clean" work in subdirs.
36 years ago
John Gilmore
90125c8596
Roll version to 3.98.2.
36 years ago
K. Richard Pixley
f9584c6dcd
Allow yacc to be passed in as BISON.
36 years ago
John Gilmore
807e8e4ece
Add in Rich's changes for three-stage builds.
36 years ago
John Gilmore
3b271cf4c0
Roll VERSION to 3.98.1. Use path to find $SHELL in "run" command.
36 years ago
Roland Pesch
7bfa94e296
*** empty log message ***
36 years ago
John Gilmore
18a00f0885
Pass Make flags down to lower level when building tar file.
36 years ago
John Gilmore
2ee6233fbc
Handle gdb-all.texinfo properly when M4 doesn't exist or crashes
36 years ago
John Gilmore
40dc32e580
Set file permissions the same for everyone before making tar file.
(This clobbers the files' existing permissions.)
36 years ago
John Gilmore
72b1b275ec
Move building and configuring stuff from .Sanitize to "make gdb.tar.Z".
36 years ago
John Gilmore
dc0c3f64b6
Tighten up for gdb-3.98 release.
36 years ago
Roland Pesch
26c03ddfee
Enabled target gdb.info
36 years ago
John Gilmore
6988f5c0ae
Thu Jul 4 14:47:06 1991 John Gilmore (gnu at cygint.cygnus.com)
* configure.in, Makefile.in: Avoid rebuilding "depend" as much.
Avoid declaring Makefile dependencies, because GNU Make stupidly
tries to update it if we do.
* coffread.c: Revise for minor changes to bfd internal coff
indexes.
* configure: If -template= is given a relative path, make it
absolute before recurring in subdirectories.
36 years ago
John Gilmore
bdf3621b9e
Make gdb work with configure. Only thing that doesn't work is the -list
option (as far as I know).
36 years ago
John Gilmore
4ffd30479f
Further wacking to make sanitize and "make gdb.tar.Z" agree.
36 years ago
Roland Pesch
59500745a4
* Makefile.dist, doc/gdb.texinfo, doc/*-m4.texinfo: split up GDB
docn into separate sections---basically chapters, plus two loose
pieces that can be configured to go in different places. This
allows GNU m4 to preprocess the manual without coredumping.
* Makefile.dist: tell TeX where to find texinfo.
36 years ago
Roland Pesch
bce4bf525f
* Makefile.dist, doc/gdb.texinfo: respectively create, and use,
the new target "rdl-apps.texinfo" which captures the Makefile
variable that records where to find the Readline libraries.
36 years ago
John Gilmore
918f653c3e
More prep for final 3.95 release.
36 years ago
John Gilmore
17563ca1e1
Update for release 3.95. Readline is independent. Add assorted
files that were missed since the last release.
36 years ago
John Gilmore
e73dbe5d3b
* Makefile.dist: Fix Rich damage; undo "configure" changes in
favor of keeping the (working) config.gdb. Move readline
library up a notch.
36 years ago
K. Richard Pixley
d39a9543a6
Config polish.
36 years ago
K. Richard Pixley
beff312ea7
configure changes and -opcode.h movement.
36 years ago