summaryrefslogtreecommitdiff
path: root/gdb/config/i386
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-03-14 23:23:16 +0000
committerAndrew Cagney <cagney@redhat.com>2001-03-14 23:23:16 +0000
commitffa03036da97b23b5c98e71c175d43ae76e54ae2 (patch)
tree3edcbed7d95eeece64180cbb5361ca73435e4e17 /gdb/config/i386
parentf1bdbbda3cf8cc6ad290409c7ac17e90264840be (diff)
downloadgdb-ffa03036da97b23b5c98e71c175d43ae76e54ae2.tar.gz
Include regcache.h
Diffstat (limited to 'gdb/config/i386')
-rw-r--r--gdb/config/i386/nm-i386mach.h2
-rw-r--r--gdb/config/i386/nm-ptx4.h2
-rw-r--r--gdb/config/i386/nm-sun386.h2
-rw-r--r--gdb/config/i386/nm-symmetry.h2
-rw-r--r--gdb/config/i386/tm-i386.h2
-rw-r--r--gdb/config/i386/tm-i386v.h1
-rw-r--r--gdb/config/i386/tm-sun386.h1
-rw-r--r--gdb/config/i386/tm-symmetry.h2
8 files changed, 14 insertions, 0 deletions
diff --git a/gdb/config/i386/nm-i386mach.h b/gdb/config/i386/nm-i386mach.h
index bc9444f5469..ef10a28cf8f 100644
--- a/gdb/config/i386/nm-i386mach.h
+++ b/gdb/config/i386/nm-i386mach.h
@@ -19,6 +19,8 @@
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
+#include "regcache.h"
+
/* Do implement the attach and detach commands. */
/* #define ATTACH_DETACH 1 */
diff --git a/gdb/config/i386/nm-ptx4.h b/gdb/config/i386/nm-ptx4.h
index 9613d8ba21c..2f0d2da64ac 100644
--- a/gdb/config/i386/nm-ptx4.h
+++ b/gdb/config/i386/nm-ptx4.h
@@ -20,6 +20,8 @@
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
+#include "regcache.h"
+
#include "nm-sysv4.h"
#undef USE_PROC_FS
diff --git a/gdb/config/i386/nm-sun386.h b/gdb/config/i386/nm-sun386.h
index e6381f50ac4..f3a5ea043ec 100644
--- a/gdb/config/i386/nm-sun386.h
+++ b/gdb/config/i386/nm-sun386.h
@@ -18,6 +18,8 @@
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
+#include "regcache.h"
+
/* Do implement the attach and detach commands. */
#define ATTACH_DETACH
diff --git a/gdb/config/i386/nm-symmetry.h b/gdb/config/i386/nm-symmetry.h
index 80776b819bc..da9ed818c38 100644
--- a/gdb/config/i386/nm-symmetry.h
+++ b/gdb/config/i386/nm-symmetry.h
@@ -20,6 +20,8 @@
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
+#include "regcache.h"
+
/* Override copies of {fetch,store}_inferior_registers in infptrace.c. */
#define FETCH_INFERIOR_REGISTERS
diff --git a/gdb/config/i386/tm-i386.h b/gdb/config/i386/tm-i386.h
index 66c867703e7..e8714995ab5 100644
--- a/gdb/config/i386/tm-i386.h
+++ b/gdb/config/i386/tm-i386.h
@@ -22,6 +22,8 @@
#ifndef TM_I386_H
#define TM_I386_H 1
+#include "regcache.h"
+
/* Forward declarations for prototypes. */
struct frame_info;
struct frame_saved_regs;
diff --git a/gdb/config/i386/tm-i386v.h b/gdb/config/i386/tm-i386v.h
index bdb1c02aeed..a60dd5a8f70 100644
--- a/gdb/config/i386/tm-i386v.h
+++ b/gdb/config/i386/tm-i386v.h
@@ -24,6 +24,7 @@
/* First pick up the generic *86 target file. */
+#include "regcache.h"
#include "i386/tm-i386.h"
/* Number of traps that happen between exec'ing the shell to run an
diff --git a/gdb/config/i386/tm-sun386.h b/gdb/config/i386/tm-sun386.h
index 3e7c21f4c91..01212af8362 100644
--- a/gdb/config/i386/tm-sun386.h
+++ b/gdb/config/i386/tm-sun386.h
@@ -22,6 +22,7 @@
#if !defined (TM_SUN386_H)
#define TM_SUN386_H 1
+#include "regcache.h"
#include "i386/tm-i386.h"
#ifndef sun386
diff --git a/gdb/config/i386/tm-symmetry.h b/gdb/config/i386/tm-symmetry.h
index 259f218d796..0251328b3c1 100644
--- a/gdb/config/i386/tm-symmetry.h
+++ b/gdb/config/i386/tm-symmetry.h
@@ -24,6 +24,8 @@
#ifndef TM_SYMMETRY_H
#define TM_SYMMETRY_H 1
+#include "regcache.h"
+
/* I don't know if this will work for cross-debugging, even if you do get
a copy of the right include file. */
#include <machine/reg.h>