aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2008-10-22 20:22:01 +0000
committerJoel Brobecker <brobecker@gnat.com>2008-10-22 20:22:01 +0000
commit77f120bfd7d551b73a62321886203d0a2b6cca90 (patch)
tree3cde16b51d115e45b32c6d314916520bcd03d4a9 /gdb/ChangeLog
parent4af8819895fd82c3bfad1163e988f9e9fdc689d6 (diff)
downloadgdb-77f120bfd7d551b73a62321886203d0a2b6cca90.zip
gdb-77f120bfd7d551b73a62321886203d0a2b6cca90.tar.gz
gdb-77f120bfd7d551b73a62321886203d0a2b6cca90.tar.bz2
* configure.ac: On alpha-osf, error out if enable_tui is set to
"yes", and set enable_tui to "no" if previously set to "auto". Check for waddstr only if TUI support was requested. Move the part of the configure script that updates various Makefile variables up, together with the check for waddstr. * configure: Regenerate.
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 62d8bb9..3809a42 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,12 @@
+2008-10-02 Joel Brobecker <brobecker@adacore.com>
+
+ * configure.ac: On alpha-osf, error out if enable_tui is set to
+ "yes", and set enable_tui to "no" if previously set to "auto".
+ Check for waddstr only if TUI support was requested. Move the
+ part of the configure script that updates various Makefile
+ variables up, together with the check for waddstr.
+ * configure: Regenerate.
+
2008-10-22 Joel brobecker <brobecker@adacore.com>
* gdbtypes.c (copy_type): New function.