From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14733 invoked by alias); 12 May 2015 20:17:03 -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 14724 invoked by uid 89); 12 May 2015 20:17:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=AWL,BAYES_40,KAM_LAZY_DOMAIN_SECURITY,NO_DNS_FOR_FROM,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: mga02.intel.com Received: from mga02.intel.com (HELO mga02.intel.com) (134.134.136.20) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 12 May 2015 20:17:01 +0000 Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 12 May 2015 13:17:01 -0700 X-ExtLoop1: 1 Received: from gnu-6.sc.intel.com ([172.25.70.52]) by orsmga002.jf.intel.com with ESMTP; 12 May 2015 13:17:00 -0700 Received: by gnu-6.sc.intel.com (Postfix, from userid 1000) id 04FE8201260; Tue, 12 May 2015 13:17:00 -0700 (PDT) Date: Tue, 12 May 2015 20:17:00 -0000 From: "H.J. Lu" To: binutils@sourceware.org Subject: Re: [committed, PATCH] Allow mixing target and not-target directives Message-ID: <20150512201659.GA9067@intel.com> Reply-To: "H.J. Lu" References: <20150511193427.GA939@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150511193427.GA939@intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2015-05/txt/msg00104.txt.bz2 On Mon, May 11, 2015 at 12:34:27PM -0700, H.J. Lu wrote: > Mixing target and not-target directives can be used to run for x86_64-*-* > target while skipping x86_64-*-gnux32 target. This patch allows mixing > target and not-target directives. It is used to skip elfedit-1 for > x86_64-*-gnux32. > We also need to skip x86_64-*-nacl* targets. Committed. H.J. --- >From 98624574ea8834b2084eb1f0ca7341feecc7329f Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Tue, 12 May 2015 12:47:27 -0700 Subject: [PATCH 1/2] Also skip x86_64-*-nacl* * binutils-all/elfedit-1.d: Also skip x86_64-*-nacl*. --- binutils/testsuite/ChangeLog | 4 ++++ binutils/testsuite/binutils-all/elfedit-1.d | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 22bd680..07dad22 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2015-05-12 H.J. Lu + + * binutils-all/elfedit-1.d: Also skip x86_64-*-nacl*. + 2015-05-11 H.J. Lu * binutils-all/elfedit-1.d: Skip x86_64-*-gnux32. diff --git a/binutils/testsuite/binutils-all/elfedit-1.d b/binutils/testsuite/binutils-all/elfedit-1.d index 7eb8d6a..69e0e42 100644 --- a/binutils/testsuite/binutils-all/elfedit-1.d +++ b/binutils/testsuite/binutils-all/elfedit-1.d @@ -4,7 +4,7 @@ #readelf: -h #name: Update ELF header 1 #target: x86_64-*-* -#not-target: x86_64-*-gnux32 +#not-target: x86_64-*-gnux32 x86_64-*-nacl* #... ELF Header: -- 1.9.3