From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 55616 invoked by alias); 3 Jan 2017 21:16:01 -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 55586 invoked by uid 89); 3 Jan 2017 21:15:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 spammy=H*F:D*eu, HX-Get-Message-Sender-Via:sk:authent X-HELO: server28.host.bg Received: from server28.host.bg (HELO server28.host.bg) (87.120.40.98) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 03 Jan 2017 21:15:49 +0000 Received: from [95.87.234.74] (port=32802 helo=tpdeb.localnet) by server28.host.bg with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1cOWQr-00393f-F8; Tue, 03 Jan 2017 23:15:45 +0200 From: Dimitar Dimitrov To: binutils@sourceware.org Cc: Alan Modra Subject: Re: Run more ld tests when not native Date: Tue, 03 Jan 2017 21:16:00 -0000 Message-ID: <1720592.jg0hMQ4cQ7@tpdeb> User-Agent: KMail/5.2.3 (Linux/4.8.0-2-amd64; KDE/5.27.0; x86_64; ; ) In-Reply-To: <20170102133453.GP29355@bubble.grove.modra.org> References: <20170102133453.GP29355@bubble.grove.modra.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Get-Message-Sender-Via: server28.host.bg: authenticated_id: dimitar@dinux.eu X-IsSubscribed: yes X-SW-Source: 2017-01/txt/msg00056.txt.bz2 > diff --git a/ld/testsuite/ld-elf/audit.exp b/ld/testsuite/ld-elf/audit.exp > index b278ec1..aad5339 100644 > --- a/ld/testsuite/ld-elf/audit.exp > +++ b/ld/testsuite/ld-elf/audit.exp > @@ -25,11 +25,6 @@ if ![is_elf_format] { > return > } > > -# The following tests require running the executable generated by ld. > -if ![isnative] { > - return > -} > - With isnative check removed, shouldn't this test be skipped for embedded targets? In other words: +if ![check_shared_lib_support] { + return +} Regards, Dimitar