aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
1992-02-01* Makefile.in: Increment version to 4.5.Stu Grossman1-1/+1
* main.c (print_gdb_version): Update copyright notice.
1992-01-31Bump VERSION to 4.3.92.Stu Grossman1-1/+1
1992-01-27* Makefile.in (OPCODES): Remove OPCODES defs and refs. There isStu Grossman1-17/+2
no longer any need to copy ../include/opcode/* into gdb.
1992-01-27Split ChangeLog out at Jan 1, 1992.John Gilmore1-1/+1
1992-01-24*** empty log message ***Fred Fish1-2/+2
1992-01-19* Makefile.in (HFILES): Add partial-stab.h.Stu Grossman1-1/+1
1992-01-19Add several new files for stratus (i860* and *-stratus.h). Also addFred Fish1-11/+17
macro USER_CFLAGS to Makefile. Add stratus config frags to configure.in.
1991-12-24Roll VERSION to 4.3.2.John Gilmore1-1/+1
1991-12-23 * solib.c (locate_base): Fix uninitialized variable that wasFred Fish1-5/+5
causing return of random value to callee. * config/mh-amix, config/mh-i386v4: Change to find alloca by compiling and linking alloca.c, even when it is not strictly required. Also arrange to link with -ltermlib rather than -ltermcap. * Makefile.in: Move TERMCAP definition to prior to inclusion of host makefile fragments so it can be overridden.
1991-12-10Better support for building documentation targets in separate objdirRoland Pesch1-0/+739
and srcdir (won't attempt to write in srcdir/doc).
1991-12-08Set version to 4.3.1 so we won't mistake experimental for standard.John Gilmore1-741/+0
1991-12-08Merge gdb-4.3 and Rich's Makefile.in's.John Gilmore1-14/+40
1991-12-08GDB-4.3 release! Roll VERSION and fixup minor gdb.tar.Z botch.John Gilmore1-42/+16
1991-12-07If you're going to nroff the man page, at least do it from the right place.K. Richard Pixley1-1/+1
1991-12-07Sat Dec 7 00:00:15 1991 K. Richard Pixley (rich at rtl.cygnus.com)K. Richard Pixley1-14/+40
* Makefile.in: install using INSTALL_PROGRAM and INSTALL_DATA. added clean-info. added some standards.text support and made it look like our other Makefiles. * configure.in: mark this directory target dependent. configure now runs entirely in objdir so make existence tests and references against ${srcdir}. Thu Dec 5 22:46:13 1991 K. Richard Pixley (rich at rtl.cygnus.com) * Makefile.in: idestdir and ddestdir go away. Added copyrights and shift gpl to v2. Added ChangeLog if it didn't exist. docdir and mandir now keyed off datadir by default.
1991-11-22VERSION 4.2.95John Gilmore1-1/+1
1991-11-22CLeanups to compile, mostly on BSD (okeeffe) and sco (kithrup).John Gilmore1-8/+8
1991-11-22Roll new files into various lists.John Gilmore1-11/+10
1991-11-22Roll VERSION to 4.2.90.John Gilmore1-1/+1
1991-11-21Remove more refs to removed files.John Gilmore1-2/+2
1991-11-21xconfig, tconfig ==> configJohn Gilmore1-13/+11
1991-11-19Remove tdesc stuff and prettify.John Gilmore1-30/+16
1991-11-14added all-info and install-info targetsK. Richard Pixley1-0/+4
1991-11-14 * Makefile.in, xconfig/delta88 made it install a sysV manual page;Steve Chamberlain1-1/+6
gdb.z into the right place.
1991-11-14now handle doc subdir, tooK. Richard Pixley1-1/+29
1991-11-13xcoffread.c, tdesc-lib, and misc fixes.John Gilmore1-13/+23
1991-11-11Added MINUS_G flag, now debugging can be turned offSteve Chamberlain1-1/+2
1991-11-08 * Makefile.in: link with libiberty after libreadline, sinceSteve Chamberlain1-1/+1
readline might want something in libiberty.
1991-11-08fixed for objdir/subdirsK. Richard Pixley1-5/+5
1991-11-06 * Makefile.in: put a - infront of the mv y.tab.c c-exp.tab.c andSteve Chamberlain1-2/+2
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.
1991-10-26Add buildsym.c and buildsym.h.John Gilmore1-2/+8
1991-10-25frame-select command. Cross funcalls to sun3. Build *.tab.c files inJohn Gilmore1-11/+11
target dir.
1991-10-24Roll VERSION to 4.2.2.John Gilmore1-1/+1
1991-10-24Add dwarfread.c, dwarfread.o, elfread.c, elfread.o to source and objectFred Fish1-4/+7
file macros. Other obvious dwarf/elf tweaks.
1991-10-16Further evolution. Remove hp-include pending real HP support.John Gilmore1-3/+2
1991-10-16Configure isn't here any more.John Gilmore1-5/+4
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.