This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] Add missing struct gdbarch opaque def to frame.h


2003-04-09 J. Brobecker <brobecker at gnat dot com>

        * frame.h (struct gdbarch): Add opaque structure definition
        to avoid a compilation warning on LynxOS 4.0.

Ok to apply, I guess?

Yes, obvious. Does this mean I can't delete LynxOS?


Index: frame.h
===================================================================
RCS file: /cvs/src/src/gdb/frame.h,v
retrieving revision 1.85
diff -c -3 -p -r1.85 frame.h
*** frame.h 6 Apr 2003 18:36:23 -0000 1.85
--- frame.h 9 Apr 2003 20:59:06 -0000
*************** struct symtab_and_line;
*** 27,32 ****
--- 27,33 ----
struct frame_unwind;
struct frame_base;
struct block;
+ struct gdbarch;
/* A legacy unwinder to prop up architectures using the old style
saved regs array. */



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]