From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 116212 invoked by alias); 19 May 2016 10:23:43 -0000 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 Received: (qmail 116123 invoked by uid 89); 19 May 2016 10:23:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:727 X-HELO: mailapp01.imgtec.com Received: from mailapp01.imgtec.com (HELO mailapp01.imgtec.com) (195.59.15.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 19 May 2016 10:23:42 +0000 Received: from hhmail02.hh.imgtec.org (unknown [10.100.10.20]) by Websense Email with ESMTPS id 1D8FC4353A8F4; Thu, 19 May 2016 11:23:37 +0100 (IST) Received: from [10.20.78.229] (10.20.78.229) by hhmail02.hh.imgtec.org (10.100.10.21) with Microsoft SMTP Server id 14.3.266.1; Thu, 19 May 2016 11:23:38 +0100 Date: Thu, 19 May 2016 10:23:00 -0000 From: "Maciej W. Rozycki" To: Nick Clifton CC: Subject: Re: New ld failure with STB_GNU_UNIQUE patch In-Reply-To: <0afc7cfc-3bfb-2732-5fc1-1cfcbcb31acc@redhat.com> Message-ID: References: <8760ucpz4e.fsf@redhat.com> <0afc7cfc-3bfb-2732-5fc1-1cfcbcb31acc@redhat.com> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-SW-Source: 2016-05/txt/msg00287.txt.bz2 On Wed, 18 May 2016, Nick Clifton wrote: > True. Feel free to apply a patch to correct this. :-) Here's what I applied. ld/ * testsuite/lib/ld-lib.exp (check_shared_lib_support): Reorder `ft32-*-*' behind `frv-*-*'. Maciej diff --git a/ld/testsuite/lib/ld-lib.exp b/ld/testsuite/lib/ld-lib.exp index 07ed747..f0a3fcc 100644 --- a/ld/testsuite/lib/ld-lib.exp +++ b/ld/testsuite/lib/ld-lib.exp @@ -1719,8 +1719,8 @@ proc check_shared_lib_support { } { && ![istarget dlx-*-*] && ![istarget epiphany-*-*] && ![istarget fr30-*-*] - && ![istarget ft32-*-*] && ![istarget frv-*-*] + && ![istarget ft32-*-*] && ![istarget h8300-*-*] && ![istarget i860-*-*] && ![istarget i960-*-*]