From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 692 invoked by alias); 17 May 2016 13:56: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 678 invoked by uid 89); 17 May 2016 13:56:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.3 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:621 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 (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 17 May 2016 13:56:05 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 7121B3B72D; Tue, 17 May 2016 13:56:04 +0000 (UTC) Received: from littlehelper.redhat.com (vpn1-4-5.ams2.redhat.com [10.36.4.5]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u4HDu1EM018499 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 17 May 2016 09:56:03 -0400 From: Nick Clifton To: macro@imgtec.com Cc: binutils@sourceware.org Subject: New ld failure with STB_GNU_UNIQUE patch Date: Tue, 17 May 2016 13:56:00 -0000 Message-ID: <8760ucpz4e.fsf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2016-05/txt/msg00217.txt.bz2 Hi Maciej, I have encountered a new failure in the LD tests for the ft32-elf target: Executing on host: sh -c {./ld-new -L/work/sources/binutils/current/ld/testsuite/ld-unique -r -o tmpdir/dump tmpdir/dump0.o 2>&1} /dev/null ld.tmp (timeout = 300) spawn [open ...] ./ld-new: invalid length for memory region flash failed with: <./ld-new: invalid length for memory region flash>, no expected output ./ld-new: invalid length for memory region flash FAIL: Linker setting GNU OSABI on STB_GNU_UNIQUE symbol (PR 10549) Would you mind having a look at this please ? Cheers Nick