aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2012-12-19 04:13:54 +0000
committerJoel Brobecker <brobecker@gnat.com>2012-12-19 04:13:54 +0000
commita143c6dee4ea45c9682136d0339d314b3c724e52 (patch)
tree32b490ffbd430a9f2cdd82fed562286fefa8500c /gdb/ChangeLog
parent28f2a4ac6f40b5bf1fccc1fa320b41f82f3c5cc9 (diff)
downloadgdb-a143c6dee4ea45c9682136d0339d314b3c724e52.zip
gdb-a143c6dee4ea45c9682136d0339d314b3c724e52.tar.gz
gdb-a143c6dee4ea45c9682136d0339d314b3c724e52.tar.bz2
Revert "Import gnulib's errno module."
There are some compatibility concerns with libiconv to be discussed first. gdb/ChangeLog: Revert the following change: * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add errno. * gnulib/import/errno.in.h: Import. * gnulib/import/m4/errno_h.m4: Import. * gnulib/aclocal.m4: Regenerate. * gnulib/configure: Regenerate. * gnulib/import/Makefile.am: Update. * gnulib/import/Makefile.in: Update. * gnulib/import/m4/gnulib-cache.m4: Update. * gnulib/import/m4/gnulib-comp.m4: Update.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e04b6b6..d6f3205 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,16 @@
+2012-12-19 Joel Brobecker <brobecker@adacore.com>
+
+ Revert the following change (compatibility issues with libiconv):
+ * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add errno.
+ * gnulib/import/errno.in.h: Import.
+ * gnulib/import/m4/errno_h.m4: Import.
+ * gnulib/aclocal.m4: Regenerate.
+ * gnulib/configure: Regenerate.
+ * gnulib/import/Makefile.am: Update.
+ * gnulib/import/Makefile.in: Update.
+ * gnulib/import/m4/gnulib-cache.m4: Update.
+ * gnulib/import/m4/gnulib-comp.m4: Update.
+
2012-12-18 Tom Tromey <tromey@redhat.com>
* defs.h (directory_command): Don't declare.