This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ob] Add missing opaque declarations


Just FYI,

Andrew
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.

Index: dwarf2-frame.h
===================================================================
RCS file: /cvs/src/src/gdb/dwarf2-frame.h,v
retrieving revision 1.2
diff -u -r1.2 dwarf2-frame.h
--- dwarf2-frame.h	16 Jul 2003 22:29:13 -0000	1.2
+++ dwarf2-frame.h	18 Jul 2003 18:58:30 -0000
@@ -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: ui-out.h
===================================================================
RCS file: /cvs/src/src/gdb/ui-out.h,v
retrieving revision 1.18
diff -u -r1.18 ui-out.h
--- ui-out.h	28 Jun 2003 16:19:05 -0000	1.18
+++ ui-out.h	18 Jul 2003 18:58:31 -0000
@@ -27,7 +27,7 @@
 
 struct ui_out;
 struct ui_out_data;
-
+struct ui_file;
 
 /* the current ui_out */
 
Index: user-regs.h
===================================================================
RCS file: /cvs/src/src/gdb/user-regs.h,v
retrieving revision 1.1
diff -u -r1.1 user-regs.h
--- user-regs.h	7 Jul 2003 14:36:58 -0000	1.1
+++ user-regs.h	18 Jul 2003 18:58:31 -0000
@@ -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.  */

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]