From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16222 invoked by alias); 7 May 2013 14:47:31 -0000 Mailing-List: contact prelink-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: prelink-owner@sourceware.org Received: (qmail 16201 invoked by uid 89); 7 May 2013 14:47:28 -0000 X-Spam-SWARE-Status: No, score=-7.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Tue, 07 May 2013 14:47:28 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r47ElPZf016831 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 7 May 2013 10:47:26 -0400 Received: from zalov.cz (vpn-59-6.rdu2.redhat.com [10.10.59.6]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r47ElOLF000644 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 7 May 2013 10:47:25 -0400 Received: from zalov.cz (localhost [127.0.0.1]) by zalov.cz (8.14.5/8.14.5) with ESMTP id r47ElMqn022662; Tue, 7 May 2013 16:47:23 +0200 Received: (from jakub@localhost) by zalov.cz (8.14.5/8.14.5/Submit) id r47ElL0Z022661; Tue, 7 May 2013 16:47:21 +0200 Date: Tue, 07 May 2013 14:47:00 -0000 From: Jakub Jelinek To: Tom de Vries Cc: prelink@sourceware.org Subject: Re: [PATCH] Add LINKOPTS to CCLINK and CXXLINK in testsuite/Makefile.am Message-ID: <20130507144719.GF28963@tucnak.redhat.com> Reply-To: Jakub Jelinek References: <5188F4B0.7050309@mentor.com> <20130507124043.GD28963@tucnak.redhat.com> <51890E03.2000009@mentor.com> <20130507142816.GE28963@tucnak.redhat.com> <518912CA.1000903@mentor.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <518912CA.1000903@mentor.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2013-q2/txt/msg00005.txt.bz2 On Tue, May 07, 2013 at 04:42:18PM +0200, Tom de Vries wrote: > $ ld --version > GNU ld (GNU Binutils for Ubuntu) 2.22 > ... > > I'll try to build and run the tests using a build of upstream binutils, and see > if that fixes it. The only issue I was aware of were ifunc*.sh failures (caused by some recentish ifunc handling change in ld.bfd, fixed recently), but that was just a few months, and also another December 2012ish ld change that broke the --as-needed handling (the recent testsuite changes should fix that up). Jakub