2003-07-18 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Fri, 18 Jul 2003 19:01:14 +0000 (19:01 +0000)
committerAndrew Cagney <cagney@redhat.com>
Fri, 18 Jul 2003 19:01:14 +0000 (19:01 +0000)
* user-regs.h (struct gdbarch): Declare opaque.
* ui-out.h (struct ui_file): Declare opaque.
* dwarf2-frame.h (struct frame_info): Declare opaque.

gdb/ChangeLog
gdb/dwarf2-frame.h
gdb/ui-out.h
gdb/user-regs.h

index b9a0586..eeb0b7a 100644 (file)
@@ -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
index 9fd85bd..c9c106f 100644 (file)
@@ -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.  */
index 3102e75..5e19aff 100644 (file)
@@ -27,7 +27,7 @@
 
 struct ui_out;
 struct ui_out_data;
-
+struct ui_file;
 
 /* the current ui_out */
 
index efc5530..d845c8a 100644 (file)
@@ -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.  */