From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 72918 invoked by alias); 20 Jul 2017 10:12:07 -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 72898 invoked by uid 89); 20 Jul 2017 10:12:07 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-5.8 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=Hx-spam-relays-external:14.03.0266.001, H*RU:14.03.0266.001, H*r:14.03.0266.001, H*M:internal X-HELO: smtprelay.synopsys.com Received: from smtprelay2.synopsys.com (HELO smtprelay.synopsys.com) (198.182.60.111) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 20 Jul 2017 10:11:57 +0000 Received: from mailhost.synopsys.com (mailhost1.synopsys.com [10.12.238.239]) by smtprelay.synopsys.com (Postfix) with ESMTP id 819E110C05F5; Thu, 20 Jul 2017 03:11:55 -0700 (PDT) Received: from mailhost.synopsys.com (localhost [127.0.0.1]) by mailhost.synopsys.com (Postfix) with ESMTP id 400CC2F7; Thu, 20 Jul 2017 03:11:55 -0700 (PDT) Received: from US01WXQAHTC1.internal.synopsys.com (us01wxqahtc1.internal.synopsys.com [10.12.238.230]) by mailhost.synopsys.com (Postfix) with ESMTP id 10D212ED; Thu, 20 Jul 2017 03:11:55 -0700 (PDT) Received: from DE02WEHTCA.internal.synopsys.com (10.225.19.92) by US01WXQAHTC1.internal.synopsys.com (10.12.238.230) with Microsoft SMTP Server (TLS) id 14.3.266.1; Thu, 20 Jul 2017 03:11:54 -0700 Received: from DE02WEMBXA.internal.synopsys.com ([fe80::a014:7216:77d:d55c]) by DE02WEHTCA.internal.synopsys.com ([::1]) with mapi id 14.03.0266.001; Thu, 20 Jul 2017 12:11:52 +0200 From: Claudiu Zissulescu To: Nick Clifton , "John.Martin@emmicro-us.com" CC: "binutils@sourceware.org" Subject: RE: New ARC linker testsuite failure Date: Thu, 20 Jul 2017 10:12:00 -0000 Message-ID: <098ECE41A0A6114BB2A07F1EC238DE89666309AB@de02wembxa.internal.synopsys.com> References: <87379sleq2.fsf@redhat.com> In-Reply-To: <87379sleq2.fsf@redhat.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-SW-Source: 2017-07/txt/msg00237.txt.bz2 Sure, sorry for this.=20 Claudiu > -----Original Message----- > From: Nick Clifton [mailto:nickc@redhat.com] > Sent: Wednesday, July 19, 2017 3:49 PM > To: Claudiu.Zissulescu@synopsys.com; John.Martin@emmicro-us.com > Cc: binutils@sourceware.org > Subject: New ARC linker testsuite failure >=20 > Hi Claudiu, Hi John, >=20 > A new linker testsuite failure has just shown up: >=20 > FAIL: ld-arc/jli-overflow >=20 > 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: >=20 > ./ld-new: tmpdir/jli-overflow.o: compiled for a big endian system and tar= get > is little endian > ./ld-new: failed to merge target specific data of file tmpdir/jli-overflo= w.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 t= mpdir/jli- > overflow.o > ./ld-new: final link failed: Symbol needs debug section which does not ex= ist >=20 > Could you take a look at this please ? >=20 > Cheers > Nick