From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19985 invoked by alias); 9 Apr 2003 21:24:40 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 19965 invoked from network); 9 Apr 2003 21:24:40 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.105) by sources.redhat.com with SMTP; 9 Apr 2003 21:24:40 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id A0E292B37; Wed, 9 Apr 2003 17:24:31 -0400 (EDT) Message-ID: <3E948F8F.4090201@redhat.com> Date: Wed, 09 Apr 2003 21:24:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joel Brobecker Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] Add missing struct gdbarch opaque def to frame.h References: <20030409210346.GQ1170@gnat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-04/txt/msg00182.txt.bz2 > 2003-04-09 J. Brobecker > > * 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. */