aboutsummaryrefslogtreecommitdiff
path: root/gdb/ppc-tdep.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-09-14 02:04:44 +0000
committerAndrew Cagney <cagney@redhat.com>2003-09-14 02:04:44 +0000
commit4a4b3fedfec42967926860950ee4fae2f01af98e (patch)
tree4cb9d76b860dbe369f585fc7e6a4370a1c42fdc1 /gdb/ppc-tdep.h
parent9bb37a563dbc23dfe694b24b84a24613901d888c (diff)
downloadfsf-binutils-gdb-4a4b3fedfec42967926860950ee4fae2f01af98e.zip
fsf-binutils-gdb-4a4b3fedfec42967926860950ee4fae2f01af98e.tar.gz
fsf-binutils-gdb-4a4b3fedfec42967926860950ee4fae2f01af98e.tar.bz2
2003-09-13 Andrew Cagney <cagney@redhat.com>
* config/pa/tm-hppa64.h (struct frame_info): Declare opaque. * ppc-tdep.h (struct regcache): Declare opaque. * objfiles.h (struct objfile_data): Declare opaque. * cp-support.h (struct objfile): Declare opaque. * linux-nat.h (target_waitstatus): Declare opaque.
Diffstat (limited to 'gdb/ppc-tdep.h')
-rw-r--r--gdb/ppc-tdep.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/ppc-tdep.h b/gdb/ppc-tdep.h
index 0b65821..dd84fd1 100644
--- a/gdb/ppc-tdep.h
+++ b/gdb/ppc-tdep.h
@@ -25,6 +25,7 @@
struct gdbarch;
struct frame_info;
struct value;
+struct regcache;
/* From ppc-linux-tdep.c... */
CORE_ADDR ppc_linux_frame_saved_pc (struct frame_info *fi);