From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 59284 invoked by alias); 24 Apr 2017 10:48:38 -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 58890 invoked by uid 89); 24 Apr 2017 10:48:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=no version=3.3.2 spammy= X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 24 Apr 2017 10:48:23 +0000 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 9B59B3D966; Mon, 24 Apr 2017 10:48:20 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 9B59B3D966 Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=nickc@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 9B59B3D966 Received: from snowball.redhat.com (ovpn-117-196.ams2.redhat.com [10.36.117.196]) by smtp.corp.redhat.com (Postfix) with ESMTPS id E96567BCD3; Mon, 24 Apr 2017 10:48:19 +0000 (UTC) From: Nick Clifton To: jose.marchesi@oracle.com Cc: binutils@sourceware.org Subject: New Sparc linker testsuite failures Date: Mon, 24 Apr 2017 10:48:00 -0000 Message-ID: <87wpaagjyl.fsf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2017-04/txt/msg00202.txt.bz2 Hi Jose, I am seeing some new linker testsuite failures for binutils configured as sparc64-linux-gnu and sparc-linux-gnu: LD REGRESSION: 64-bit: TLS -fpic -shared transitions LD REGRESSION: 64-bit: TLS -fpic and -fno-pic LD REGRESSION: 64-bit: TLS -fno-pic -shared The cause seems to be obvious: regexp_diff match failure regexp "^ +132c: 81 cf e0 08 rett %i7 \+ 8$" line " 132c: 81 cf e0 08 return %i7 + 8" FAIL: 64-bit: TLS -fpic -shared transitions Which I assume is due to this patch: 2017-04-21 Jose E. Marchesi * sparc-opc.c (sparc_opcodes): Mark RETT instructions as v6notv9. Would you mind checking that this happens for you, and if so, updating the linker tests ? Cheers Nick