diff options
author | Joel Brobecker <brobecker@adacore.com> | 2015-12-06 18:38:24 +0100 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2015-12-06 18:44:46 +0100 |
commit | 030f17b5eb56b6e48588f6da015e05f568144692 (patch) | |
tree | 75dab0c16d942c86b0b5cf75adbd5280fc86b485 /gdb/Makefile.in | |
parent | a4581526decb2c7ed2a1e16ab1f5ac65c03734af (diff) | |
download | gdb-030f17b5eb56b6e48588f6da015e05f568144692.zip gdb-030f17b5eb56b6e48588f6da015e05f568144692.tar.gz gdb-030f17b5eb56b6e48588f6da015e05f568144692.tar.bz2 |
Replace remaining references to i386-nat with x86-nat instead.
i386-nat.[hc] got renamed to x86-nat.[hc] a while back, but somehow
3 references to the old file name remained past the renaming. This
fixes all of them.
gdb/ChangeLog (with Mike Stump <mikestump@comcast.net>):
* Makefile.in (TAGS): Replace i386-nat.h by x86-nat.h.
* x86-nat.c: Replace remaining references to i386-nat
by reference to x86-nat instead.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 14ad405..3eadbbc 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -965,7 +965,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 \ |