diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-03-14 23:23:16 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-03-14 23:23:16 +0000 |
commit | f88e2c522619b049d88e74bd535111cc17a270cd (patch) | |
tree | a3a5e2639c05fc4fb61881e747e18f7f80680063 /gdb/config/pa | |
parent | 0981ead9af62fb19cb902ad00ff0ff0641cf9321 (diff) | |
download | gdb-f88e2c522619b049d88e74bd535111cc17a270cd.zip gdb-f88e2c522619b049d88e74bd535111cc17a270cd.tar.gz gdb-f88e2c522619b049d88e74bd535111cc17a270cd.tar.bz2 |
Include regcache.h
Diffstat (limited to 'gdb/config/pa')
-rw-r--r-- | gdb/config/pa/nm-hppab.h | 1 | ||||
-rw-r--r-- | gdb/config/pa/tm-hppa.h | 2 | ||||
-rw-r--r-- | gdb/config/pa/tm-hppao.h | 2 |
3 files changed, 5 insertions, 0 deletions
diff --git a/gdb/config/pa/nm-hppab.h b/gdb/config/pa/nm-hppab.h index 044dcff..995e8e7 100644 --- a/gdb/config/pa/nm-hppab.h +++ b/gdb/config/pa/nm-hppab.h @@ -19,6 +19,7 @@ Boston, MA 02111-1307, USA. */ #include "somsolib.h" +#include "regcache.h" #define U_REGS_OFFSET 0 diff --git a/gdb/config/pa/tm-hppa.h b/gdb/config/pa/tm-hppa.h index 3da2511..4067ed3 100644 --- a/gdb/config/pa/tm-hppa.h +++ b/gdb/config/pa/tm-hppa.h @@ -22,6 +22,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include "regcache.h" + /* Forward declarations of some types we use in prototypes */ struct frame_info; diff --git a/gdb/config/pa/tm-hppao.h b/gdb/config/pa/tm-hppao.h index 2e87efa..e6fae89 100644 --- a/gdb/config/pa/tm-hppao.h +++ b/gdb/config/pa/tm-hppao.h @@ -2,6 +2,8 @@ Contributed by the Center for Software Science at the University of Utah (pa-gdb-bugs@cs.utah.edu). */ +#include "regcache.h" + /* Define offsets to access CPROC stack when it does not have * a kernel thread. */ |