]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2003-09-13 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Sun, 14 Sep 2003 02:00:04 +0000 (02:00 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sun, 14 Sep 2003 02:00:04 +0000 (02:00 +0000)
* linux-nat.h (struct target_waitstatus): Declare opaque.
* dwarf2-frame.h (struct frame_info): Declare opaque.

gdb/ChangeLog
gdb/dwarf2-frame.h
gdb/linux-nat.h

index e0c547cd6a087583ba2a109b0e44d14aa9d37e3a..da9c5ff133a1f6e1d2b3a63f9b76c3fdf01fd03b 100644 (file)
@@ -1,3 +1,8 @@
+2003-09-13  Andrew Cagney  <cagney@redhat.com>
+
+       * linux-nat.h (struct target_waitstatus): Declare opaque.
+       * dwarf2-frame.h (struct frame_info): Declare opaque.
+
 2003-09-13  Christopher Faylor  <cgf@redhat.com>
 
        * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
index 1d47422b45cc89cfcfd3ab7e4faab43e4cd4d1f6..fa546f62d32d137d82803ce54bccbaa8222ec049 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 90652aaa27114aa571962c3b8b04451f9763730b..b01a3fa7687a45e95cbb13beea5062a142bb75dc 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,