diff options
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. */ |