From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29321 invoked by alias); 27 Apr 2011 19:18:31 -0000 Received: (qmail 29313 invoked by uid 22791); 27 Apr 2011 19:18:31 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.44.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 27 Apr 2011 19:18:16 +0000 Received: from hpaq11.eem.corp.google.com (hpaq11.eem.corp.google.com [172.25.149.11]) by smtp-out.google.com with ESMTP id p3RJIE9W007862 for ; Wed, 27 Apr 2011 12:18:15 -0700 Received: from gxk26 (gxk26.prod.google.com [10.202.11.26]) by hpaq11.eem.corp.google.com with ESMTP id p3RJICZV023058 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Wed, 27 Apr 2011 12:18:13 -0700 Received: by gxk26 with SMTP id 26so891550gxk.4 for ; Wed, 27 Apr 2011 12:18:12 -0700 (PDT) MIME-Version: 1.0 Received: by 10.150.200.7 with SMTP id x7mr2294190ybf.298.1303931892363; Wed, 27 Apr 2011 12:18:12 -0700 (PDT) Received: by 10.151.41.13 with HTTP; Wed, 27 Apr 2011 12:18:12 -0700 (PDT) In-Reply-To: <20110427191312.D9A5A5F8C6@wpgntat-ubiq14.hot.corp.google.com> References: <20110427191312.D9A5A5F8C6@wpgntat-ubiq14.hot.corp.google.com> Date: Wed, 27 Apr 2011 20:24:00 -0000 Message-ID: Subject: Re: [google] GRTE static link spec (issue4426065) From: Diego Novillo To: Ollie Wild Cc: reply@codereview.appspotmail.com, gcc-patches@gcc.gnu.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true 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-04/txt/msg02155.txt.bz2 On Wed, Apr 27, 2011 at 15:13, Ollie Wild wrote: > ChangeLog: > 2011-04-27 =C2=A0Ollie Wild =C2=A0 > > =C2=A0 =C2=A0 =C2=A0 =C2=A0* config.gcc: Add GRTE detection. > =C2=A0 =C2=A0 =C2=A0 =C2=A0* config/i386/linux.h (LINUX_GRTE_EXTRA_SPECS)= : New macro. > =C2=A0 =C2=A0 =C2=A0 =C2=A0(SUBTARGET_EXTRA_SPECS): Add LINUX_GRTE_EXTRA_= SPECS. > =C2=A0 =C2=A0 =C2=A0 =C2=A0* config/i386/linux64.h (LINUX_GRTE_EXTRA_SPEC= S): New macro. > =C2=A0 =C2=A0 =C2=A0 =C2=A0(SUBTARGET_EXTRA_SPECS): New macro with LINUX_= GRTE_EXTRA_SPECS. > =C2=A0 =C2=A0 =C2=A0 =C2=A0* config/linux-grtev2.h: New file. OK. Diego.