From: Joel Brobecker Date: Mon, 2 Dec 2013 02:57:38 +0000 (+0400) Subject: Makefile.in (HFILES_NO_SRCDIR): Remove "common/gdb_string.h". X-Git-Tag: gdb-7.7-release~311 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=844ad0054a3ef7ad7875ef01dd516aeccb48583d;p=platform%2Fupstream%2Fbinutils.git 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". --- 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 + + * Makefile.in (HFILES_NO_SRCDIR): Remove "common/gdb_string.h". + 2013-11-30 Doug Evans * 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 \