aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorDoug Evans <xdje42@gmail.com>2014-02-09 17:39:08 -0800
committerDoug Evans <xdje42@gmail.com>2014-02-09 17:39:08 -0800
commitac020ec5aef0e104cfe5b511ce90420950b44a90 (patch)
treebf433754f2bcb15da3c3fe2505ac820eee4d800e /gdb/ChangeLog
parent63495f2e58a8106bbbc58c2131ab93a8efc8215f (diff)
downloadgdb-ac020ec5aef0e104cfe5b511ce90420950b44a90.zip
gdb-ac020ec5aef0e104cfe5b511ce90420950b44a90.tar.gz
gdb-ac020ec5aef0e104cfe5b511ce90420950b44a90.tar.bz2
Revert Makefile.in patch to remove all-lib.
Revert this patch (which I approved, mea culpa). 2014-02-08 Mark Kettenis <kettenis@gnu.org> * Makefile.in (all-lib): Remove. ($(LIBGNU) $(GNULIB_H)): Replace with gits of remove all-lib target.
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 4027ad9..1e54611 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,12 @@
+2014-02-09 Doug Evans <xdje42@gmail.com>
+
+ Revert this patch (which I approved, mea culpa).
+
+ 2014-02-08 Mark Kettenis <kettenis@gnu.org>
+
+ * Makefile.in (all-lib): Remove.
+ ($(LIBGNU) $(GNULIB_H)): Replace with gits of remove all-lib target.
+
2014-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
Fix Python stack corruption.