From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17817 invoked by alias); 20 Dec 2007 16:00:59 -0000 Received: (qmail 17809 invoked by uid 22791); 20 Dec 2007 16:00:59 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO brahms.sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 20 Dec 2007 16:00:43 +0000 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.14.1/8.14.0) with ESMTP id lBKG0Ors027708; Thu, 20 Dec 2007 17:00:24 +0100 (CET) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.14.1/8.14.1/Submit) id lBKG0OqG017293; Thu, 20 Dec 2007 17:00:24 +0100 (CET) Date: Thu, 20 Dec 2007 16:37:00 -0000 Message-Id: <200712201600.lBKG0OqG017293@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: brobecker@adacore.com CC: gdb-patches@sourceware.org In-reply-to: <20071220154620.GG6184@adacore.com> (message from Joel Brobecker on Thu, 20 Dec 2007 19:46:20 +0400) Subject: Re: [RFA] Remove defs.h #include in rs6000-tdep.h References: <20071220154620.GG6184@adacore.com> 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/msg00340.txt.bz2 > Date: Thu, 20 Dec 2007 19:46:20 +0400 > From: Joel Brobecker > > This is the only other #include of defs.h in a .h file that I could find, > and I wouldn't mind a second look. Looks ok. > 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. > 2007-12-20 Joel Brobecker > > * rs6000-tdep.h: Remove defs.h #include. > (struct frame_info): Add opaque declaration. > * Makefile.in (rs6000_tdep_h): Update dependencies.