summaryrefslogtreecommitdiffstats
path: root/gdb
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-07-18 19:01:14 +0000
committerAndrew Cagney <cagney@redhat.com>2003-07-18 19:01:14 +0000
commite6e5e94cb843195fef8afb195338f22dddc4d796 (patch)
tree05feed01f5839c9ec39a7274a21fab5dedcaf890 /gdb
parent5483d879bd40494c8342b72794196768e17aebe7 (diff)
downloadppe42-binutils-e6e5e94cb843195fef8afb195338f22dddc4d796.tar.gz
ppe42-binutils-e6e5e94cb843195fef8afb195338f22dddc4d796.zip
2003-07-18 Andrew Cagney <cagney@redhat.com>
* user-regs.h (struct gdbarch): Declare opaque. * ui-out.h (struct ui_file): Declare opaque. * dwarf2-frame.h (struct frame_info): Declare opaque.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog6
-rw-r--r--gdb/dwarf2-frame.h1
-rw-r--r--gdb/ui-out.h2
-rw-r--r--gdb/user-regs.h1
4 files changed, 9 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index b9a05869fe..eeb0b7a6dd 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2003-07-18 Andrew Cagney <cagney@redhat.com>
+
+ * user-regs.h (struct gdbarch): Declare opaque.
+ * ui-out.h (struct ui_file): Declare opaque.
+ * dwarf2-frame.h (struct frame_info): Declare opaque.
+
2003-07-18 Kris Warkentin <kewarken@qnx.com>
* nto-procfs.c: Clean ARI hits. Change #include <..> to
diff --git a/gdb/dwarf2-frame.h b/gdb/dwarf2-frame.h
index 9fd85bd289..c9c106ff0a 100644
--- a/gdb/dwarf2-frame.h
+++ b/gdb/dwarf2-frame.h
@@ -25,6 +25,7 @@
#define DWARF2_FRAME_H 1
struct objfile;
+struct frame_info;
/* Return the frame unwind methods for the function that contains PC,
or NULL if it can't be handled by DWARF CFI frame unwinder. */
diff --git a/gdb/ui-out.h b/gdb/ui-out.h
index 3102e750ca..5e19aff9a8 100644
--- a/gdb/ui-out.h
+++ b/gdb/ui-out.h
@@ -27,7 +27,7 @@
struct ui_out;
struct ui_out_data;
-
+struct ui_file;
/* the current ui_out */
diff --git a/gdb/user-regs.h b/gdb/user-regs.h
index efc5530cee..d845c8a326 100644
--- a/gdb/user-regs.h
+++ b/gdb/user-regs.h
@@ -40,6 +40,7 @@
register descriptor that contains all the relvent access methods. */
struct frame_info;
+struct gdbarch;
/* Given an architecture, map a user visible register name onto its
index. */
OpenPOWER on IntegriCloud