*** 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 9b50f467586ee01fa0544fe00be595e05a2fc39e..81a87b69e4497b871f6dad868d2e809660f30ad9 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 96d535a7af4ec29424e1e0ea702e55d7b66a2ffc..4c7c04a881d56cf23a15ecd2913913a62a944166 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 5f16c95dafb931398a6ed23c4417d4781772b572..f08373422c2919cb69b18e26691bef2d0801b2e3 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 fb275f6ecd06ae8d55c3829dd81913c964fcb6ed..e4e02abb61cb4725af0f4a3f15011b4304a20285 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 da4532e69ee5a2be2ba6153265a5dd8f8e349da1..df7ceb9e8612be03a15083348d08aa3bd16e1a1f 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 b57274da01f3cd62baa8f8d63737b4e612acecbb..a04e04fa34b7760496ac9f1a8cff8f5d9a55bcaf 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 5a802d4bbe8e34e5fce047d8d3d989a8c1e0a449..e8d92fefa8023d6c123773deea6fb19e1c814b7b 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 cc1a78a39946659cf7f5d6e195d89efa8318597c..198c87e4a28a4063a2f848186fd049072a889c5f 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"
 
This page took 0.031785 seconds and 4 git commands to generate.