From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16447 invoked by alias); 14 Jul 2011 18:46:20 -0000 Received: (qmail 16439 invoked by uid 22791); 14 Jul 2011 18:46:19 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (74.125.121.67) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 14 Jul 2011 18:46:06 +0000 Received: from kpbe18.cbf.corp.google.com (kpbe18.cbf.corp.google.com [172.25.105.82]) by smtp-out.google.com with ESMTP id p6EIk3Bi022927 for ; Thu, 14 Jul 2011 11:46:04 -0700 Received: from iyb12 (iyb12.prod.google.com [10.241.49.76]) by kpbe18.cbf.corp.google.com with ESMTP id p6EIk1jY011769 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Thu, 14 Jul 2011 11:46:01 -0700 Received: by iyb12 with SMTP id 12so631741iyb.33 for ; Thu, 14 Jul 2011 11:46:01 -0700 (PDT) Received: by 10.42.148.200 with SMTP id s8mr2846375icv.187.1310669161582; Thu, 14 Jul 2011 11:46:01 -0700 (PDT) Received: from coign.google.com ([216.239.45.130]) by mx.google.com with ESMTPS id g10sm293284ibe.46.2011.07.14.11.45.59 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 14 Jul 2011 11:46:01 -0700 (PDT) From: Ian Lance Taylor To: Per =?utf-8?Q?=C3=98yvind?= Karlsen Cc: binutils@sourceware.org Subject: Re: [PATCH]: force compatible linker flags for gold test suite References: Date: Fri, 15 Jul 2011 01:47:00 -0000 In-Reply-To: ("Per =?utf-8?Q?=C3=98yvind?= Karlsen"'s message of "Thu, 14 Jul 2011 19:08:08 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2011-07/txt/msg00159.txt.bz2 Per =C3=98yvind Karlsen writes: > This patch will enforce working linker flags to make the gold test suite > pass in case you'd modify the defaults and what the regression tests > relies on being built with. Thanks, but are you changing the defaults in the gold source code? If so, I'm not interested in applying this patch to the main sources; it should be part of the patch which changes the defaults. Ian