+
+ * Makefile.in: Added stuff for building deja-gnu.
+ * ./deja-gnu/gdb.t21/ & ./deja-gnu/gdb.t22/:
+ Moved in-gdbme.C file to in-gdbme.cc because gcc was changed to
+ not recognize .C extensions anymore. Changed the configure.in
+ file to reflect the filename extension change.
+
+
+ * Makefile.in: Added separate definitions for C++.
+
+
+ * configure.in (configdirs): Add deja-gnu.
+
+
+ * README: Update for configure.texi and gdb-4.7 release.
+
+
+ * Makefile.in: Move "all" target to top of file.
+ Previously, first target was ".PHONY" which caused BSD4.4 make
+ to build .PHONY when make was run without arguments.
+
+
+ * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
+ Library-copylefted code in libiberty.
+
+
+ * config.sub: Replace m68kmote with plain old m68k.
+
+
+ * Makefile.in: Remove space from blank line, avoid Make complaints.
+
+
+ * config.sub: Complain if no argument is given. Added support for
+ 386bsd as OS and target alias.
+
+
+ * Makefile.in (XTRAFLAGS): include newlib directories if
+ newlib/Makefile exists, rather than if host != target.
+
+Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
+
+ * config.sub: recognize sparclite-wrs-vxworks.
+
+ * Makefile.in (install-xiberty): added *-xiberty make rules (from
+ p3.) Added clean-xiberty to clean.
+
+Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
+
+ * configure.in: use *-*-* instead of nested cases for host and target
+
+
+ * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
+ from the same source tree and not building a cross-compiler. This
+ matters for the libg++ configuration if reconfiguring a tree that
+ has already been installed.
+
+
+ * config.sub (i486v/i486v4): Merge in from FSF version.
+
* configure: only set PWD if it is already set.