diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-02-25 20:59:12 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-02-25 20:59:12 +0000 |
commit | 85be1ca62087a895ae7311fe644642147f5c1b02 (patch) | |
tree | be5326b6473a31c7933da2d233b189be41191ff2 | |
parent | 9c1488cbbce26c9b9bdf5d0f9d515c272a6dc48c (diff) | |
download | gdb-85be1ca62087a895ae7311fe644642147f5c1b02.zip gdb-85be1ca62087a895ae7311fe644642147f5c1b02.tar.gz gdb-85be1ca62087a895ae7311fe644642147f5c1b02.tar.bz2 |
*** empty log message ***
-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 9b50f46..81a87b6 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 96d535a..4c7c04a 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 5f16c95..f083734 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 fb275f6..e4e02ab 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 da4532e..df7ceb9 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 b57274d..a04e04f 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 5a802d4..e8d92fe 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 cc1a78a..198c87e 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" |