diff options
author | John Gilmore <gnu@cygnus> | 1991-07-31 00:34:07 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-07-31 00:34:07 +0000 |
commit | dc0c3f64b6387b62b0a14a2c1c373b8bb7d27934 (patch) | |
tree | c062f5159d789b3c1591c432346b71126c27ac83 /gdb/ChangeLog | |
parent | 07d06baa0faa9d424fd52392d65ebb40a61a2c08 (diff) | |
download | gdb-dc0c3f64b6387b62b0a14a2c1c373b8bb7d27934.zip gdb-dc0c3f64b6387b62b0a14a2c1c373b8bb7d27934.tar.gz gdb-dc0c3f64b6387b62b0a14a2c1c373b8bb7d27934.tar.bz2 |
Tighten up for gdb-3.98 release.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 76ca03f..f713488 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,20 @@ +Tue Jul 30 17:26:39 1991 John Gilmore (gnu at cygint.cygnus.com) + + * configure.in: Remove xm.h and tm.h even if we aren't linking + new ones, so "./configure sun4; ./configure none" does the right + thing. Assume that alldeps.mak and depend are already built in + srcdir, and avoid running "make" (particularly "make depend", + which involves "gcc") from inside configure. Build Makefile + directly rather than building Makefile.conf first. + * configure: Regenerate with above changes. + * Makefile.in: Use $(BISON) to find bison. Roll VERSION + to 3.98. Revise gdb.tar.Z procedure to produce a file + called gdb-$(VERSION).tar.Z but which unpacks into a + directory called "gdb". Move non-source files out of + $(SFILES_SUBDIR). Pretty up alldeps.mak with comments. + (depend): Don't try to do "gcc expread.y". + (expread.o): Update dependencies by hand. + Mon Jul 29 15:21:09 1991 Roland H. Pesch (pesch at cygint.cygnus.com) * doc/gdb.texinfo: @@ -5,7 +22,6 @@ Mon Jul 29 15:21:09 1991 Roland H. Pesch (pesch at cygint.cygnus.com) cleanly; altered too-long heading for GPL Appendix, as discussed w/RMS; Changed date on cover to July 91. - Fri Jul 26 13:20:02 1991 Roland H. Pesch (pesch at cygint.cygnus.com) * doc/gdb.texinfo: |