2003-09-13 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Sun, 14 Sep 2003 02:04:44 +0000 (02:04 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sun, 14 Sep 2003 02:04:44 +0000 (02:04 +0000)
* 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.

gdb/ChangeLog
gdb/config/pa/tm-hppa64.h
gdb/cp-support.h
gdb/linux-nat.h
gdb/objfiles.h
gdb/ppc-tdep.h
gdb/tui/ChangeLog
gdb/tui/tui.h

index 3611380..39a2377 100644 (file)
@@ -1,3 +1,11 @@
+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.
+
 2003-09-14  Mark Kettenis  <kettenis@gnu.org>
 
        * cris-tdep.c (cris_gdbarch_init): Set
index f9e5b9e..62bcebc 100644 (file)
@@ -24,6 +24,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 /* PA 64-bit specific definitions.  Override those which are in
    tm-hppa.h */
 
+struct frame_info;
+
 /* jimb: this must go.  I'm just using it to disable code I haven't
    gotten working yet.  */
 #define GDB_TARGET_IS_HPPA_20W
index 5446794..169fbaf 100644 (file)
@@ -33,6 +33,7 @@
 struct symbol;
 struct obstack;
 struct block;
+struct objfile;
 
 /* This struct is designed to store data from using directives.  It
    says that names from namespace INNER should be visible within
index da62c76..23730bb 100644 (file)
@@ -60,6 +60,7 @@ struct lwp_info
    system".  */
 struct mem_attrib;
 struct target_ops;
+struct target_waitstatus;
 
 extern int linux_proc_xfer_memory (CORE_ADDR addr, char *myaddr, int len,
                                   int write, struct mem_attrib *attrib,
index f94afd1..fe54f6d 100644 (file)
@@ -29,6 +29,7 @@
 struct bcache;
 struct htab;
 struct symtab;
+struct objfile_data;
 
 /* This structure maintains information on a per-objfile basis about the
    "entry point" of the objfile, and the scope within which the entry point
index 0b65821..dd84fd1 100644 (file)
@@ -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);
index 8eb6d33..68386a4 100644 (file)
@@ -1,3 +1,7 @@
+2003-09-13  Andrew Cagney  <cagney@redhat.com>
+
+       * tui.h (struct ui_file): Add opaque declaration.
+
 2003-08-04  Daniel Jacobowitz  <drow@mvista.com>
 
        * tui-interp.c: Include "cli-out.h".
index ed66a4f..c627b86 100644 (file)
@@ -33,6 +33,8 @@
 #undef chtype
 #endif
 
+struct ui_file;
+
 /* Opaque data type */
 typedef char *Opaque;
 typedef