From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7435 invoked by alias); 11 Aug 2011 14:38:01 -0000 Received: (qmail 7360 invoked by uid 22791); 11 Aug 2011 14:38:00 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-ww0-f51.google.com (HELO mail-ww0-f51.google.com) (74.125.82.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 11 Aug 2011 14:37:42 +0000 Received: by wwi18 with SMTP id 18so2010609wwi.8 for ; Thu, 11 Aug 2011 07:37:40 -0700 (PDT) Received: by 10.216.134.17 with SMTP id r17mr8117620wei.59.1313073460468; Thu, 11 Aug 2011 07:37:40 -0700 (PDT) Received: from yakj.usersys.redhat.com (93-34-199-31.ip51.fastwebnet.it [93.34.199.31]) by mx.google.com with ESMTPS id m46sm1273593weq.29.2011.08.11.07.37.38 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 11 Aug 2011 07:37:39 -0700 (PDT) Message-ID: <4E43E932.6070603@gnu.org> Date: Thu, 11 Aug 2011 14:42:00 -0000 From: Paolo Bonzini User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20110707 Thunderbird/5.0 MIME-Version: 1.0 To: "Joseph S. Myers" CC: Rainer Orth , Pedro Alves , gcc-patches@gcc.gnu.org, Ralf Wildenhues , Ian Lance Taylor , Steve Ellcey , Richard Earnshaw , Ramana Radhakrishnan , Nick Clifton , Douglas Rupp , Tristan Gingold , Mike Stump , Kaz Kojima , David Edelsohn , Sterling Augustine , Arnaud Charlet , java-patches@gcc.gnu.org, Nicola Pero , libstdc++@gcc.gnu.org, Richard Sandiford Subject: Re: [build] Move unwinder to toplevel libgcc (v2) References: <4E42AACB.2080802@gnu.org> <201108101750.43530.pedro@codesourcery.com> <4E43C318.4050401@gnu.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact java-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-patches-owner@gcc.gnu.org X-SW-Source: 2011-q3/txt/msg00060.txt.bz2 On 08/11/2011 04:25 PM, Joseph S. Myers wrote: > > The actual problem are not the runtime libraries, which already know to > > search $builddir/.../libgcc for unwind.h and related files. The > > copyback is only for the benefit of the testsuite (gcc.target, g++.dg, > > gnat.dg, and gcc.dg) where I was too lazy to deal with changing (or even > > setting ) the include paths, but took the easy way out since gcc/include > > is in the include path by default. > > unwind.h is an installed header. Are you sure nothing outside of GCC uses > it? Why does it matter? It is still installed in trunk, and you could also move the installation to libgcc's Makefiles if it weren't copied anymore to $builddir/gcc/include. Paolo