From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1671 invoked by alias); 17 May 2002 20:36:52 -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 1664 invoked from network); 17 May 2002 20:36:51 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 17 May 2002 20:36:51 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 1CCE53E98; Fri, 17 May 2002 16:37:01 -0400 (EDT) Message-ID: <3CE569EC.8090003@cygnus.com> Date: Fri, 17 May 2002 13:36:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0rc1) Gecko/20020429 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andrew Cagney , Michal Ludvig Cc: Elena Zannoni , gdb-patches@sources.redhat.com Subject: Re: [RFA] dwarf2cfi cleanup + new file References: <3CE50246.1050903@suse.cz> <15589.5531.423925.941457@localhost.redhat.com> <3CE54312.6010807@cygnus.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-05/txt/msg00760.txt.bz2 > Yes, see: > > http://sources.redhat.com/gdb/onlinedocs/gdbint_13.html#SEC111 > > There can be cases where one header includes another - for a typedef or enum. This fortunatly isn't one of them: > > "bfd.h" is already included by "defs.h". > "objfile.h" can be replaced by ``struct objfile;''. > > And I've no idea where file_ptr is comming from. Nope, found it - "bfd.h". > > Good move. Don't forget the makefile :-) Michael, PS: In case you're reading the above section of the doco, there is a bug report against it: http://sources.redhat.com/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gdb&pr=543 Using ``struct objfile;'' needs to be clarified. Andrew