*** empty log message ***
authorMark Kettenis <kettenis@gnu.org>
Wed, 25 Feb 2004 20:59:12 +0000 (20:59 +0000)
committerMark Kettenis <kettenis@gnu.org>
Wed, 25 Feb 2004 20:59:12 +0000 (20:59 +0000)
gdb/amd64-nat.c
gdb/amd64bsd-nat.c
gdb/amd64fbsd-nat.c
gdb/amd64fbsd-tdep.c
gdb/amd64nbsd-nat.c
gdb/amd64nbsd-tdep.c
gdb/amd64obsd-nat.c
gdb/amd64obsd-tdep.c

index 9b50f46..81a87b6 100644 (file)
@@ -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
index 96d535a..4c7c04a 100644 (file)
@@ -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"
 \f
 
index 5f16c95..f083734 100644 (file)
@@ -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"
 \f
 
index fb275f6..e4e02ab 100644 (file)
@@ -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.  */
index da4532e..df7ceb9 100644 (file)
@@ -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
index b57274d..a04e04f 100644 (file)
@@ -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"
 
index 5a802d4..e8d92fe 100644 (file)
@@ -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
index cc1a78a..198c87e 100644 (file)
@@ -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"