aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>1998-09-25 01:27:47 +0000
committerJason Molenda <jmolenda@apple.com>1998-09-25 01:27:47 +0000
commitba68ad5701beef3f64d3571b7a39da887b1e8a49 (patch)
tree798876082ffb7c4d1d0e6e3933a865d6cba481fe /gdb/ChangeLog
parentf1f8c637ae409d3fba9a9b1bb60ff22babb8ffe9 (diff)
downloadgdb-ba68ad5701beef3f64d3571b7a39da887b1e8a49.zip
gdb-ba68ad5701beef3f64d3571b7a39da887b1e8a49.tar.gz
gdb-ba68ad5701beef3f64d3571b7a39da887b1e8a49.tar.bz2
1998-09-24 Jason Molenda (jsm@bugshack.cygnus.com)
* configure.in: Add --enable-warnings. Adjust whitespace of other --with and --enable options so that configure --help lines up correctly. * aclocal.m4: Ditto. * Makefile.in (WARN_CFLAGS): Add. Set by configure. * configure: Regenerated.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 7a20d8f..d5a85d0 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,12 @@
+1998-09-24 Jason Molenda (jsm@bugshack.cygnus.com)
+
+ * configure.in: Add --enable-warnings.
+ Adjust whitespace of other --with and --enable options so that
+ configure --help lines up correctly.
+ * aclocal.m4: Ditto.
+ * Makefile.in (WARN_CFLAGS): Add. Set by configure.
+ * configure: Regenerated.
+
Thu Sep 24 15:44:34 1998 Stan Shebs <shebs@andros.cygnus.com>
* remote-rdi.c: Fix formatting, remove some commented-out code.