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/x86-nat.c | |
parent | a4581526decb2c7ed2a1e16ab1f5ac65c03734af (diff) | |
download | fsf-binutils-gdb-030f17b5eb56b6e48588f6da015e05f568144692.zip fsf-binutils-gdb-030f17b5eb56b6e48588f6da015e05f568144692.tar.gz fsf-binutils-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/x86-nat.c')
-rw-r--r-- | gdb/x86-nat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/x86-nat.c b/gdb/x86-nat.c index bfdf0d0..b465dc8 100644 --- a/gdb/x86-nat.c +++ b/gdb/x86-nat.c @@ -107,7 +107,7 @@ x86_debug_reg_state (pid_t pid) return &x86_process_info_get (pid)->state; } -/* See declaration in i386-nat.h. */ +/* See declaration in x86-nat.h. */ void x86_forget_process (pid_t pid) @@ -251,7 +251,7 @@ x86_remove_hw_breakpoint (struct target_ops *self, struct gdbarch *gdbarch, extreme example, consider the case where all the watchpoints watch the same address and the same region length: then we can handle a virtually unlimited number of watchpoints, due to debug register - sharing implemented via reference counts in i386-nat.c. */ + sharing implemented via reference counts in x86-nat.c. */ static int x86_can_use_hw_breakpoint (struct target_ops *self, |