Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [RFA] Add missing struct gdbarch opaque def to frame.h
@ 2003-04-09 21:03 Joel Brobecker
  2003-04-09 21:24 ` Andrew Cagney
  0 siblings, 1 reply; 3+ messages in thread
From: Joel Brobecker @ 2003-04-09 21:03 UTC (permalink / raw)
  To: gdb-patches

[-- Attachment #1: Type: text/plain, Size: 378 bytes --]

Hello,

    http://sources.redhat.com/ml/gdb-patches/2003-04/msg00173.html

There is a compilation warning when building on LynxOS 4.0. The
following patch fixes it.

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.

Ok to apply, I guess?

Thanks,
-- 
Joel

[-- Attachment #2: frame.h.diff --]
[-- Type: text/plain, Size: 501 bytes --]

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-04-09 21:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-09 21:03 [RFA] Add missing struct gdbarch opaque def to frame.h Joel Brobecker
2003-04-09 21:24 ` Andrew Cagney
2003-04-09 21:59   ` Joel Brobecker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox