From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14485 invoked by alias); 3 Nov 2011 01:12:32 -0000 Received: (qmail 14469 invoked by uid 22791); 3 Nov 2011 01:12:31 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from shards.monkeyblade.net (HELO shards.monkeyblade.net) (198.137.202.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 03 Nov 2011 01:12:15 +0000 Received: from localhost (cpe-66-65-61-233.nyc.res.rr.com [66.65.61.233]) (authenticated bits=0) by shards.monkeyblade.net (8.14.4/8.14.4) with ESMTP id pA31C9gA000586 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 2 Nov 2011 18:12:11 -0700 Date: Thu, 03 Nov 2011 01:25:00 -0000 Message-Id: <20111102.211208.1341532367172493814.davem@davemloft.net> To: pinskia@gmail.com Cc: joel.sherrill@oarcorp.com, gcc@gcc.gnu.org, gcc-patches@gcc.gnu.org, ro@cebitec.uni-bielefeld.de Subject: Re: serious libgcc regression added recently From: David Miller In-Reply-To: References: <20111102.184352.196670434103290808.davem@davemloft.net> <20111102.192827.347645445311137460.davem@davemloft.net> Mime-Version: 1.0 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: 2011-11/txt/msg00267.txt.bz2 From: Andrew Pinski Date: Wed, 2 Nov 2011 16:40:13 -0700 > On Wed, Nov 2, 2011 at 4:28 PM, David Miller wrote: >> +LIB1ASMSRC =3D `if test x$$($(CC) -print-multi-os-directory) \ >> + =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =3D x../lib64; then echo s= parc/lb1spc.S; fi` >> +LIB1ASMFUNCS =3D `if test x$$($(CC) -print-multi-os-directory) \ >> + =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =3D x../lib64; then echo _= mulsi3 _divsi3 _modsi3; fi` >> >=20 > -print-multi-directory is most likely easier to handle than os-directory. I was just copying the construct Rainer was already using in sparc/t-linux64 :-)