public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [OBV] Update gdb_ptrace.h in HFILES_NO_SRCDIR
@ 2017-01-06 14:05 Yao Qi
  0 siblings, 0 replies; only message in thread
From: Yao Qi @ 2017-01-06 14:05 UTC (permalink / raw)
  To: gdb-patches

Commit e379037 (Move gdb_ptrace.h to nat/), so we should update
file name in HFILES_NO_SRCDIR too.  Otherwise, 'make tags' complains,

$ make tags
make: *** No rule to make target `gdb_ptrace.h', needed by `TAGS'.  Stop.

Patch is pushed in.

gdb:

2017-01-06  Yao Qi  <yao.qi@linaro.org>

	* Makefile.in (HFILES_NO_SRCDIR): Replace gdb_ptrace.h
	with nat/gdb_ptrace.h.
---
 gdb/ChangeLog   | 5 +++++
 gdb/Makefile.in | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index df1f03a..f51dc4e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2017-01-06  Yao Qi  <yao.qi@linaro.org>
+
+	* Makefile.in (HFILES_NO_SRCDIR): Replace gdb_ptrace.h
+	with nat/gdb_ptrace.h.
+
 2017-01-05  Yao Qi  <yao.qi@linaro.org>
 
 	* mips-fbsd-tdep.c (mips_fbsd_sigframe_init): Move && to
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index f5f15c2..ae5a80e 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1296,7 +1296,6 @@ HFILES_NO_SRCDIR = \
 	gdb_expat.h \
 	gdb_obstack.h \
 	gdb_proc_service.h \
-	gdb_ptrace.h \
 	gdb_regex.h \
 	gdb_select.h \
 	gdb-stabs.h \
@@ -1519,6 +1518,7 @@ HFILES_NO_SRCDIR = \
 	nat/aarch64-linux.h \
 	nat/aarch64-linux-hw-point.h \
 	nat/amd64-linux-siginfo.h \
+	nat/gdb_ptrace.h \
 	nat/gdb_thread_db.h \
 	nat/linux-btrace.h \
 	nat/linux-namespaces.h \
-- 
1.9.1

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-01-06 14:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-06 14:05 [OBV] Update gdb_ptrace.h in HFILES_NO_SRCDIR Yao Qi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).