* frame.h (struct gdbarch): Add opaque structure definition
authorJoel Brobecker <brobecker@gnat.com>
Wed, 9 Apr 2003 21:53:28 +0000 (21:53 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Wed, 9 Apr 2003 21:53:28 +0000 (21:53 +0000)
        to avoid a compilation warning on LynxOS 4.0.

gdb/ChangeLog
gdb/frame.h

index c9e8f719d07299047c0dbb1548e1de2f2a165c14..9913691528468c72b34a5e7120e2758c5c95c54a 100644 (file)
@@ -1,3 +1,8 @@
+2003-04-09  J. Brobecker  <brobecker@gnat.com>
+
+       * frame.h (struct gdbarch): Add opaque structure definition
+       to avoid a compilation warning on LynxOS 4.0.
+
 2003-04-09  Andrew Cagney  <cagney@redhat.com>
 
        * frame.h (struct frame_info): Delete field "pc".  Replace
index ec4c646470ed551929895833b27bd99abc38233e..f3d2deaf356903e730767e163e89433a236f0821 100644 (file)
@@ -27,6 +27,7 @@ struct symtab_and_line;
 struct frame_unwind;
 struct frame_base;
 struct block;
+struct gdbarch;
 
 /* A legacy unwinder to prop up architectures using the old style
    saved regs array.  */