From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 102683 invoked by alias); 19 Jul 2017 13:48:50 -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 101542 invoked by uid 89); 19 Jul 2017 13:48:42 -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; Wed, 19 Jul 2017 13:48:41 +0000 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id CAFA72FE559; Wed, 19 Jul 2017 13:48:39 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com CAFA72FE559 Authentication-Results: ext-mx05.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx05.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=nickc@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com CAFA72FE559 Received: from snowball.redhat.com (ovpn-116-232.ams2.redhat.com [10.36.116.232]) by smtp.corp.redhat.com (Postfix) with ESMTPS id CD50A17F24; Wed, 19 Jul 2017 13:48:38 +0000 (UTC) From: Nick Clifton To: claziss@synopsys.com, John.Martin@emmicro-us.com Cc: binutils@sourceware.org Subject: New ARC linker testsuite failure Date: Wed, 19 Jul 2017 13:48:00 -0000 Message-ID: <87379sleq2.fsf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2017-07/txt/msg00227.txt.bz2 Hi Claudiu, Hi John, A new linker testsuite failure has just shown up: FAIL: ld-arc/jli-overflow This is only with the arceb-elf target and the log file appears to suggest that you need to add an endian specifier when linking: ./ld-new: tmpdir/jli-overflow.o: compiled for a big endian system and target is little endian ./ld-new: failed to merge target specific data of file tmpdir/jli-overflow.o tmpdir/jli-overflow.o: In function `test_1025': (.text+0x2004): relocation truncated to fit: R_ARC_JLI_SECTOFF against symbol `__jli.func1025' defined in .jlitab[.jlitab.func1025] section in tmpdir/jli-overflow.o ./ld-new: final link failed: Symbol needs debug section which does not exist Could you take a look at this please ? Cheers Nick