From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 110277 invoked by alias); 22 Apr 2016 06:56:18 -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 110266 invoked by uid 89); 22 Apr 2016 06:56:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=up, up!, alarm, H*MI:sk:2016042 X-HELO: smtprelay.synopsys.com Received: from us01smtprelay-2.synopsys.com (HELO smtprelay.synopsys.com) (198.182.60.111) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 22 Apr 2016 06:56:07 +0000 Received: from dc8secmta1.synopsys.com (dc8secmta1.synopsys.com [10.13.218.200]) by smtprelay.synopsys.com (Postfix) with ESMTP id 5EDCB10C0299; Thu, 21 Apr 2016 23:56:05 -0700 (PDT) Received: from dc8secmta1.internal.synopsys.com (dc8secmta1.internal.synopsys.com [127.0.0.1]) by dc8secmta1.internal.synopsys.com (Service) with ESMTP id 524F427113; Thu, 21 Apr 2016 23:56:05 -0700 (PDT) Received: from mailhost.synopsys.com (unknown [10.13.184.66]) by dc8secmta1.internal.synopsys.com (Service) with ESMTP id 29C5827102; Thu, 21 Apr 2016 23:56:05 -0700 (PDT) Received: from mailhost.synopsys.com (localhost [127.0.0.1]) by mailhost.synopsys.com (Postfix) with ESMTP id 18C8C4DA; Thu, 21 Apr 2016 23:56:05 -0700 (PDT) Received: from US01WXQAHTC1.internal.synopsys.com (us01wxqahtc1.internal.synopsys.com [10.12.238.230]) by mailhost.synopsys.com (Postfix) with ESMTP id 052954A1; Thu, 21 Apr 2016 23:55:59 -0700 (PDT) Received: from DE02WEHTCB.internal.synopsys.com (10.225.19.94) by US01WXQAHTC1.internal.synopsys.com (10.12.238.230) with Microsoft SMTP Server (TLS) id 14.3.195.1; Thu, 21 Apr 2016 23:55:28 -0700 Received: from DE02WEMBXA.internal.synopsys.com ([fe80::a014:7216:77d:d55c]) by DE02WEHTCB.internal.synopsys.com ([::1]) with mapi id 14.03.0195.001; Fri, 22 Apr 2016 08:55:26 +0200 From: Claudiu Zissulescu To: Andrew Burgess CC: Nick Clifton , "binutils@sourceware.org" , "Cupertino.Miranda@synopsys.com" , "noamca@mellanox.com" Subject: RE: [PATCH 1/2] opcodes/arc: Add more nps instructions Date: Fri, 22 Apr 2016 06:56:00 -0000 Message-ID: <098ECE41A0A6114BB2A07F1EC238DE896618952C@de02wembxa.internal.synopsys.com> References: <9d66d60726dcf21ad054dc202b8a92cc15fe1a18.1460651694.git.andrew.burgess@embecosm.com> <5714C3A7.3050406@redhat.com> <098ECE41A0A6114BB2A07F1EC238DE8966188A87@de02wembxa.internal.synopsys.com> <20160421145016.GQ6589@embecosm.com> In-Reply-To: <20160421145016.GQ6589@embecosm.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-SW-Source: 2016-04/txt/msg00373.txt.bz2 Everything is fine. False alarm.=20 Thanks for checking it up! //Claudiu > -----Original Message----- > From: Andrew Burgess [mailto:andrew.burgess@embecosm.com] > Sent: Thursday, April 21, 2016 4:50 PM > To: Claudiu Zissulescu > Cc: Nick Clifton; binutils@sourceware.org; > Cupertino.Miranda@synopsys.com; noamca@mellanox.com > Subject: Re: [PATCH 1/2] opcodes/arc: Add more nps instructions >=20 > * Claudiu Zissulescu [2016-04-20 > 13:19:26 +0000]: >=20 > > Those patches: > > > > > > > > * testsuite/gas/arc/nps400-4.d: New file. > > > > * testsuite/gas/arc/nps400-4.s: New file. > > > > * testsuite/gas/arc/nps400-5.d: New file. > > > > * testsuite/gas/arc/nps400-5.s: New file. > > > > > > Together with nps400-6.s are currently failing. Are they also fixed by = your > latest approved patches? >=20 > I've retested with targets arceb-elf and arc-elf, and I'm not seeing > any failures now. Let me know if you're still seeing issues, or if > you're using a different target that is showing failures. >=20 > Thanks, > Andrew