From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26166 invoked by alias); 21 Dec 2007 05:02:21 -0000 Received: (qmail 26156 invoked by uid 22791); 21 Dec 2007 05:02:20 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 21 Dec 2007 05:02:16 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 00F162A969F; Fri, 21 Dec 2007 00:02:15 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 0ltxsn1P5w23; Fri, 21 Dec 2007 00:02:14 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 779042A9698; Fri, 21 Dec 2007 00:02:14 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 3DA2CE7ACA; Fri, 21 Dec 2007 09:02:06 +0400 (RET) Date: Fri, 21 Dec 2007 06:07:00 -0000 From: Joel Brobecker To: Mark Kettenis Cc: gdb-patches@sourceware.org Subject: Re: [RFA] Remove defs.h #include in rs6000-tdep.h Message-ID: <20071221050206.GK6154@adacore.com> References: <20071220154620.GG6184@adacore.com> <200712201600.lBKG0OqG017293@brahms.sibelius.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200712201600.lBKG0OqG017293@brahms.sibelius.xs4all.nl> User-Agent: Mutt/1.4.2.2i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-12/txt/msg00360.txt.bz2 > Looks ok. Thanks for looking at it, Mark. > > I noticed that it was also missing an opaque declaration of struct > > frame_info, so I added it as well. > > There is one in "defs.h", but it doesn't hurt. Might as well do things right. So I removed it, re-built just in case, and committed the change. Thanks again, -- Joel