From: Joel Brobecker <brobecker@gnat.com>
To: gdb-patches@sources.redhat.com
Subject: [RFA] Add missing struct gdbarch opaque def to frame.h
Date: Wed, 09 Apr 2003 21:03:00 -0000 [thread overview]
Message-ID: <20030409210346.GQ1170@gnat.com> (raw)
[-- 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. */
next reply other threads:[~2003-04-09 21:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-04-09 21:03 Joel Brobecker [this message]
2003-04-09 21:24 ` Andrew Cagney
2003-04-09 21:59 ` Joel Brobecker
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030409210346.GQ1170@gnat.com \
--to=brobecker@gnat.com \
--cc=gdb-patches@sources.redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox