Browse Source

* frame.h (struct gdbarch): Add opaque structure definition

to avoid a compilation warning on LynxOS 4.0.
binutils-2_14-branch
Joel Brobecker 24 years ago
parent
commit
cd983b5cd0
  1. 5
      gdb/ChangeLog
  2. 1
      gdb/frame.h

5
gdb/ChangeLog

@ -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

1
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. */

Loading…
Cancel
Save