This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH] Rename i386-nat.h to x86-nat.h for TAGS.
- From: Mike Stump <mikestump at comcast dot net>
- To: gdb-patches at sourceware dot org
- Date: Thu, 18 Jun 2015 14:27:17 -0700
- Subject: [PATCH] Rename i386-nat.h to x86-nat.h for TAGS.
- Authentication-results: sourceware.org; auth=none
Here is a simple one that someone overlooked.
Ok?
Can someone apply it if approved, thanks. I formatted this with format-patch, but format-patch I bet won’t work with Mail. :-( As for git-email, well, I don’t have that set up, and the system that sends email isn’t the system I develop on.
gdb/Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index faa6c86..04251a4 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -959,7 +959,7 @@ psymtab.h psympriv.h progspace.h bfin-tdep.h \
amd64-darwin-tdep.h charset-list.h \
config/djgpp/langinfo.h config/djgpp/nl_types.h darwin-nat.h \
dicos-tdep.h filesystem.h gcore.h gdb_wchar.h hppabsd-tdep.h \
-i386-darwin-tdep.h i386-nat.h linux-record.h moxie-tdep.h nios2-tdep.h \
+i386-darwin-tdep.h x86-nat.h linux-record.h moxie-tdep.h nios2-tdep.h \
ft32-tdep.h \
osdata.h procfs.h python/py-event.h python/py-events.h python/py-stopevent.h \
python/python-internal.h python/python.h ravenscar-thread.h record.h \
--
1.9.1