aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2003-01-03 23:19:28 +0000
committerMark Kettenis <kettenis@gnu.org>2003-01-03 23:19:28 +0000
commit8dcde88743b22fab1f0d9c16b39ef4a892d88c36 (patch)
tree55dac05e89f43cd743d597256e864b36c3ced7c7 /gdb/ChangeLog
parent38ea52b394b47c48adf001af4c3af4eff3fa1d0e (diff)
downloadgdb-8dcde88743b22fab1f0d9c16b39ef4a892d88c36.zip
gdb-8dcde88743b22fab1f0d9c16b39ef4a892d88c36.tar.gz
gdb-8dcde88743b22fab1f0d9c16b39ef4a892d88c36.tar.bz2
* configure.in: Remove all use of the SUBDIRS variable; add
directories using the AC_CONFIG_SUBDIRS macro instead. Polish code providing the --enable-multi-ice option, and move it right in front of the code that checks whether gdbserver is supported. Polish that too. * configure: Regenerated. * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of @SUBDIRS@.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index a0fb3f3..3bff968 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,14 @@
+2003-01-03 Mark Kettenis <kettenis@gnu.org>
+
+ * configure.in: Remove all use of the SUBDIRS variable; add
+ directories using the AC_CONFIG_SUBDIRS macro instead. Polish
+ code providing the --enable-multi-ice option, and move it right in
+ front of the code that checks whether gdbserver is supported.
+ Polish that too.
+ * configure: Regenerated.
+ * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
+ @SUBDIRS@.
+
2003-01-03 Andrew Cagney <cagney@redhat.com>
* alpha-tdep.c: Use deprecated_update_frame_base_hack.