From: Joel Brobecker Date: Wed, 9 Apr 2003 21:53:28 +0000 (+0000) Subject: * frame.h (struct gdbarch): Add opaque structure definition X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cd983b5cd0393cfd00386b10c68fb18e59bdd61d;p=binutils-gdb.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 c9e8f719d07..99136915284 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 ec4c646470e..f3d2deaf356 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. */