aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-11-06 08:48:03 -0700
committerTom Tromey <tromey@redhat.com>2013-11-18 13:29:00 -0700
commit0a5dd17d950c87a2c096f79a37c9a304a795c2bd (patch)
tree4a59b0c28301857989d57f19cc6da47aaa71aaaa /gdb/gdbserver/ChangeLog
parentc06ec7240faae97834f889f80e493f15514877d8 (diff)
downloadgdb-0a5dd17d950c87a2c096f79a37c9a304a795c2bd.zip
gdb-0a5dd17d950c87a2c096f79a37c9a304a795c2bd.tar.gz
gdb-0a5dd17d950c87a2c096f79a37c9a304a795c2bd.tar.bz2
link gdbreplay against gnulib
Later patches in this series will make changes to gdb and gdbserver configury, necessitating the use of gnulib in gdbreplay. This patch introduces the dependency early, so that subsequent patches don't break the build. 2013-11-18 Tom Tromey <tromey@redhat.com> * Makefile.in (gdbreplay$(EXEEXT)): Depend on and link against LIBGNU.
Diffstat (limited to 'gdb/gdbserver/ChangeLog')
-rw-r--r--gdb/gdbserver/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index e1ae985..13bde11 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -1,3 +1,8 @@
+2013-11-18 Tom Tromey <tromey@redhat.com>
+
+ * Makefile.in (gdbreplay$(EXEEXT)): Depend on and link against
+ LIBGNU.
+
2013-11-08 Tom Tromey <tromey@redhat.com>
* configure, config.in: Rebuild.