aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index a88bc6b..5c626c1 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,17 @@
+2009-03-24 Tom Tromey <tromey@redhat.com>
+ Pedro Alves <pedro@codesourcery.com>
+
+ * configure, config.in: Rebuild.
+ * configure.ac: Check for libiconvlist.
+ * charset.c: Check HAVE_LIBICONVLIST.
+ * acinclude.m4 (AM_ICONV): Don't subst LIBICONV, LIBICONV_INCLUDE,
+ LIBICONV_LIBDIR. Update CPPFLAGS and LIBS.
+ * Makefile.in (LIBICONV, LIBICONV_INCLUDE, LIBICONV_LIBDIR):
+ Remove.
+ (INTERNAL_CFLAGS_BASE): Update.
+ (INTERNAL_LDFLAGS): Update.
+ (CLIBS): Update.
+
2009-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
* configure.ac: Initialize the variable $PREFER_CURSES.