aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@adacore.com>2013-12-02 06:57:38 +0400
committerJoel Brobecker <brobecker@adacore.com>2013-12-02 06:57:38 +0400
commit844ad0054a3ef7ad7875ef01dd516aeccb48583d (patch)
treec0a63fc94f2cfc23f55a7c7704835dd9b299f014
parentce3ca210b5fedf591daceaed18d7110e55a7086d (diff)
downloadgdb-844ad0054a3ef7ad7875ef01dd516aeccb48583d.zip
gdb-844ad0054a3ef7ad7875ef01dd516aeccb48583d.tar.gz
gdb-844ad0054a3ef7ad7875ef01dd516aeccb48583d.tar.bz2
Makefile.in (HFILES_NO_SRCDIR): Remove "common/gdb_string.h".
This file no longer exists... gdb/ChangeLog: * Makefile.in (HFILES_NO_SRCDIR): Remove "common/gdb_string.h".
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 9246e4d..87f3321 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2013-12-02 Joel Brobecker <brobecker@adacore.com>
+
+ * Makefile.in (HFILES_NO_SRCDIR): Remove "common/gdb_string.h".
+
2013-11-30 Doug Evans <xdje42@gmail.com>
* auto-load.h (script_language): New members name, auto_load_enabled.
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 0591279..6772a9d 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -857,7 +857,7 @@ gnulib/import/extra/snippet/arg-nonnull.h gnulib/import/extra/snippet/c++defs.h
gnulib/import/extra/snippet/warn-on-use.h \
gnulib/import/stddef.in.h gnulib/import/inttypes.in.h inline-frame.h skip.h \
common/common-utils.h common/xml-utils.h common/buffer.h common/ptid.h \
-common/format.h common/host-defs.h utils.h common/queue.h common/gdb_string.h \
+common/format.h common/host-defs.h utils.h common/queue.h \
common/linux-osdata.h gdb-dlfcn.h auto-load.h probe.h stap-probe.h \
gdb_bfd.h sparc-ravenscar-thread.h ppc-ravenscar-thread.h common/linux-btrace.h \
ctf.h common/i386-cpuid.h common/i386-gcc-cpuid.h target/resume.h \