aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
1991-10-02no more configure on which to dependK. Richard Pixley1-1/+1
1991-10-01exploit the new executable config.statusK. Richard Pixley1-7/+3
1991-09-20Fri Sep 20 15:46:00 1991 Roland H. Pesch (pesch at cygnus.com)Roland Pesch1-15/+40
* 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
1991-09-20(HFILES): Add minimon.h.John Gilmore1-3/+3
(VERSION): Roll version number to 4.0.95.
1991-09-19Circumvent Sun Make bug on *-exp.tab.o.John Gilmore1-0/+2
1991-09-19Cope with new files and removed files for Modula-2 support.John Gilmore1-23/+28
1991-09-13* Makefile.in (CLIBS): Put XM_CLIBS and TM_CLIBS at end.John Gilmore1-3/+3
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.
1991-09-12* Makefile.in (documentation targets): Pass $(M4).John Gilmore1-6/+6
Bugfix from eggert@twinsun.com (Paul Eggert). * stack.c (down_silently_command): Check for stack existence.
1991-09-11* Makefile.in (VERSION): Update to 4.0.3.John Gilmore1-1/+1
1991-09-10* utils.c (error): if error_pre_print is set, print the stringJohn Gilmore1-1/+1
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.
1991-08-31Merge in irix support.Stu Grossman1-3/+9
1991-08-23 * Makefile.in: generate "gdb-all.texi" rather than "gdb-all.texinfo"Roland Pesch1-4/+4
1991-08-23Reflect name change (doc/rdl-apps.texi)Roland Pesch1-4/+4
1991-08-23 * GDB-4.0 release!John Gilmore1-1/+2
* Makefile.in (VERSION): Roll to 4.0. (gdb.tar.Z): Make refcard.ps as well, for shipment.
1991-08-23Fix Makefile.in to build 4.0 rel.John Gilmore1-2/+8
1991-08-22Make "make clean" work in subdirs.John Gilmore1-1/+1
1991-08-21Roll version to 3.98.2.John Gilmore1-1/+1
1991-08-16Allow yacc to be passed in as BISON.K. Richard Pixley1-4/+4
1991-08-07Add in Rich's changes for three-stage builds.John Gilmore1-47/+54
1991-08-02Roll VERSION to 3.98.1. Use path to find $SHELL in "run" command.John Gilmore1-1/+1
1991-08-01*** empty log message ***Roland Pesch1-3/+26
1991-08-01Pass Make flags down to lower level when building tar file.John Gilmore1-4/+4
1991-07-31Handle gdb-all.texinfo properly when M4 doesn't exist or crashesJohn Gilmore1-1/+4
1991-07-31Set file permissions the same for everyone before making tar file.John Gilmore1-0/+1
(This clobbers the files' existing permissions.)
1991-07-31Move building and configuring stuff from .Sanitize to "make gdb.tar.Z".John Gilmore1-0/+3
1991-07-31Tighten up for gdb-3.98 release.John Gilmore1-55/+61
1991-07-24Enabled target gdb.infoRoland Pesch1-4/+4
1991-07-05Thu Jul 4 14:47:06 1991 John Gilmore (gnu at cygint.cygnus.com)John Gilmore1-12/+26
* 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.
1991-07-04Make gdb work with configure. Only thing that doesn't work is the -listJohn Gilmore1-21/+25
option (as far as I know).
1991-05-30Further wacking to make sanitize and "make gdb.tar.Z" agree.John Gilmore1-3/+3
1991-05-23 * Makefile.dist, doc/gdb.texinfo, doc/*-m4.texinfo: split up GDBRoland Pesch1-7/+44
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.
1991-05-20 * Makefile.dist, doc/gdb.texinfo: respectively create, and use,Roland Pesch1-13/+22
the new target "rdl-apps.texinfo" which captures the Makefile variable that records where to find the Readline libraries.
1991-05-20More prep for final 3.95 release.John Gilmore1-1/+3
1991-05-19Update for release 3.95. Readline is independent. Add assortedJohn Gilmore1-20/+14
files that were missed since the last release.
1991-05-19 * Makefile.dist: Fix Rich damage; undo "configure" changes inJohn Gilmore1-46/+44
favor of keeping the (working) config.gdb. Move readline library up a notch.
1991-05-19Config polish.K. Richard Pixley1-7/+5
1991-05-19configure changes and -opcode.h movement.K. Richard Pixley1-9/+15
1991-05-19Configure for gdb.K. Richard Pixley1-10/+23
1991-05-17Added readline/inc-readline.texinfo and readline/inc-history.texinfoRoland Pesch1-1/+1
to the list of dependencies for the target "gdb.dvi".
1991-05-14 * Makefile.dist: put gdb.dvi stuff (updated to use M4 preprocessorRoland Pesch1-5/+20
stuff for config manual) here where it counts; updated to use new subdir structure (gdb/doc/). * Makefile: generated from above via config.gdb none before checkin
1991-05-04Saber C (lint) cleanups, and a few bug fixes. See ChangeLog.John Gilmore1-4/+9
1991-05-04Roll version to 3.95.John Gilmore1-1/+1
1991-05-04See ChangeLog.John Gilmore1-3/+4
1991-05-02The list of changes is too long to fit in the cvs log (since it truncates!).Jim Kingdon1-10/+6
Look at the ChangeLog for Apr 30 and May 1.
1991-05-02Merge devo/bfd with GDB's bfd.John Gilmore1-27/+12
Get getopt and obstack from -liberty rather than compiling them here. * coffread.c: turn a printf into a complain(), and try to deal more gracefully with botched-looking lineno pointers. * dbxread.c: Use bfd_get_symcount rather than bfd_get_symcount_upper_bound. Don't coredump on files with zero symbols in them (a BFD bug showed this one). * environ.c: Pass GNUTARGET into the parent (gdb) as well as the child.
1991-04-30 * Makefile.dist: Add comment about tm-sun3os4.h: tm-sun3.h, etc.Jim Kingdon1-0/+2
1991-04-19 * Makefile.dist (cplus-dem.o): Hack in an #include "param.h"Jim Kingdon1-1/+8
before we compile it. defs.h: Protect against multiple inclusion. param.h: Include defs.h.
1991-04-19*** empty log message ***Jim Kingdon1-10/+11
1991-03-28Initial revisionK. Richard Pixley1-0/+506