From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12060 invoked by alias); 31 May 2012 09:02:58 -0000 Received: (qmail 12049 invoked by uid 22791); 31 May 2012 09:02:57 -0000 X-SWARE-Spam-Status: No, hits=-4.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-ob0-f175.google.com (HELO mail-ob0-f175.google.com) (209.85.214.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 31 May 2012 09:02:42 +0000 Received: by obhx4 with SMTP id x4so1165272obh.20 for ; Thu, 31 May 2012 02:02:42 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.149.9 with SMTP id tw9mr1198238obb.45.1338454962042; Thu, 31 May 2012 02:02:42 -0700 (PDT) Received: by 10.76.83.230 with HTTP; Thu, 31 May 2012 02:02:42 -0700 (PDT) In-Reply-To: References: Date: Thu, 31 May 2012 09:02:00 -0000 Message-ID: Subject: Re: [patch] Fix many Makefile dependencies, round 2 From: Richard Guenther To: Steven Bosscher Cc: GCC Patches Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2012-05/txt/msg02046.txt.bz2 On Wed, May 30, 2012 at 7:53 PM, Steven Bosscher wr= ote: > Hello, > > Here is the next round of fixes. =A0I think I need one or two more > iterations before everything is fixed, but this already improves > things a bit again. > > While working on this, I noticed that cfglayout.h was being included > by many files, for symbols that are not specific to cfglayout. I'll > fix that in another patch later this week. > > For this one: Bootstrapped on powerpc64-unknown-linux-gnu. OK for trunk? Ok. Thanks, Richard. > Ciao! > Steven