diff options
-rw-r--r-- | gdb/amd64-nat.c | 2 | ||||
-rw-r--r-- | gdb/amd64bsd-nat.c | 4 | ||||
-rw-r--r-- | gdb/amd64fbsd-nat.c | 2 | ||||
-rw-r--r-- | gdb/amd64fbsd-tdep.c | 2 | ||||
-rw-r--r-- | gdb/amd64nbsd-nat.c | 2 | ||||
-rw-r--r-- | gdb/amd64nbsd-tdep.c | 2 | ||||
-rw-r--r-- | gdb/amd64obsd-nat.c | 2 | ||||
-rw-r--r-- | gdb/amd64obsd-tdep.c | 2 |
8 files changed, 9 insertions, 9 deletions
diff --git a/gdb/amd64-nat.c b/gdb/amd64-nat.c index 9b50f467586..81a87b69e44 100644 --- a/gdb/amd64-nat.c +++ b/gdb/amd64-nat.c @@ -26,7 +26,7 @@ #include "gdb_assert.h" #include "i386-tdep.h" -#include "x86-64-tdep.h" +#include "amd64-tdep.h" /* The following bits of code help with implementing debugging 32-bit code natively on AMD64. The idea is to define two mappings between diff --git a/gdb/amd64bsd-nat.c b/gdb/amd64bsd-nat.c index 96d535a7af4..4c7c04a881d 100644 --- a/gdb/amd64bsd-nat.c +++ b/gdb/amd64bsd-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for AMD64 BSD's. - Copyright 2003 Free Software Foundation, Inc. + Copyright 2003, 2004 Free Software Foundation, Inc. This file is part of GDB. @@ -31,7 +31,7 @@ #include <sys/ptrace.h> #include <machine/reg.h> -#include "x86-64-tdep.h" +#include "amd64-tdep.h" #include "amd64-nat.h" diff --git a/gdb/amd64fbsd-nat.c b/gdb/amd64fbsd-nat.c index 5f16c95dafb..f08373422c2 100644 --- a/gdb/amd64fbsd-nat.c +++ b/gdb/amd64fbsd-nat.c @@ -44,7 +44,7 @@ typedef struct fpreg fpregset_t; #endif #include "gregset.h" -#include "x86-64-tdep.h" +#include "amd64-tdep.h" #include "amd64-nat.h" diff --git a/gdb/amd64fbsd-tdep.c b/gdb/amd64fbsd-tdep.c index fb275f6ecd0..e4e02abb61c 100644 --- a/gdb/amd64fbsd-tdep.c +++ b/gdb/amd64fbsd-tdep.c @@ -28,7 +28,7 @@ #include "gdb_string.h" -#include "x86-64-tdep.h" +#include "amd64-tdep.h" #include "solib-svr4.h" /* Support for signal handlers. */ diff --git a/gdb/amd64nbsd-nat.c b/gdb/amd64nbsd-nat.c index da4532e69ee..df7ceb9e861 100644 --- a/gdb/amd64nbsd-nat.c +++ b/gdb/amd64nbsd-nat.c @@ -23,7 +23,7 @@ #include "gdb_assert.h" -#include "x86-64-tdep.h" +#include "amd64-tdep.h" #include "amd64-nat.h" /* Mapping between the general-purpose registers in NetBSD/amd64 diff --git a/gdb/amd64nbsd-tdep.c b/gdb/amd64nbsd-tdep.c index b57274da01f..a04e04fa34b 100644 --- a/gdb/amd64nbsd-tdep.c +++ b/gdb/amd64nbsd-tdep.c @@ -27,7 +27,7 @@ #include "gdb_assert.h" -#include "x86-64-tdep.h" +#include "amd64-tdep.h" #include "nbsd-tdep.h" #include "solib-svr4.h" diff --git a/gdb/amd64obsd-nat.c b/gdb/amd64obsd-nat.c index 5a802d4bbe8..e8d92fefa80 100644 --- a/gdb/amd64obsd-nat.c +++ b/gdb/amd64obsd-nat.c @@ -23,7 +23,7 @@ #include "gdb_assert.h" -#include "x86-64-tdep.h" +#include "amd64-tdep.h" #include "amd64-nat.h" /* Mapping between the general-purpose registers in OpenBSD/amd64 diff --git a/gdb/amd64obsd-tdep.c b/gdb/amd64obsd-tdep.c index cc1a78a3994..198c87e4a28 100644 --- a/gdb/amd64obsd-tdep.c +++ b/gdb/amd64obsd-tdep.c @@ -29,7 +29,7 @@ #include "gdb_assert.h" #include "gdb_string.h" -#include "x86-64-tdep.h" +#include "amd64-tdep.h" #include "i387-tdep.h" #include "solib-svr4.h" |