From: brobecke Date: Wed, 9 Apr 2003 21:53:28 +0000 (+0000) Subject: * frame.h (struct gdbarch): Add opaque structure definition X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=d845d2c5738fd79b859d6cffa2af15877d25c8b3;p=pf3gnuchains%2Fsourceware.git * frame.h (struct gdbarch): Add opaque structure definition to avoid a compilation warning on LynxOS 4.0. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c9e8f719d0..9913691528 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2003-04-09 J. Brobecker + + * frame.h (struct gdbarch): Add opaque structure definition + to avoid a compilation warning on LynxOS 4.0. + 2003-04-09 Andrew Cagney * frame.h (struct frame_info): Delete field "pc". Replace diff --git a/gdb/frame.h b/gdb/frame.h index ec4c646470..f3d2deaf35 100644 --- a/gdb/frame.h +++ b/gdb/frame.h @@ -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. */