From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 114700 invoked by alias); 25 Apr 2017 14:04: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 114678 invoked by uid 89); 25 Apr 2017 14:04:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-10.1 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,GIT_PATCH_3,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=bd, Prefer X-HELO: smtprelay.synopsys.com Received: from smtprelay.synopsys.com (HELO smtprelay.synopsys.com) (198.182.60.111) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 25 Apr 2017 14:04:01 +0000 Received: from mailhost.synopsys.com (mailhost2.synopsys.com [10.13.184.66]) by smtprelay.synopsys.com (Postfix) with ESMTP id 24D1910C11FB for ; Tue, 25 Apr 2017 07:04:02 -0700 (PDT) Received: from mailhost.synopsys.com (localhost [127.0.0.1]) by mailhost.synopsys.com (Postfix) with ESMTP id 127E5A8A for ; Tue, 25 Apr 2017 07:04:02 -0700 (PDT) Received: from US01WEHTC2.internal.synopsys.com (us01wehtc2.internal.synopsys.com [10.12.239.237]) by mailhost.synopsys.com (Postfix) with ESMTP id 08A82A89 for ; Tue, 25 Apr 2017 07:04:02 -0700 (PDT) Received: from IN01WEHTCB.internal.synopsys.com (10.144.199.106) by US01WEHTC2.internal.synopsys.com (10.12.239.237) with Microsoft SMTP Server (TLS) id 14.3.266.1; Tue, 25 Apr 2017 07:04:01 -0700 Received: from IN01WEHTCA.internal.synopsys.com (10.144.199.103) by IN01WEHTCB.internal.synopsys.com (10.144.199.105) with Microsoft SMTP Server (TLS) id 14.3.266.1; Tue, 25 Apr 2017 19:33:59 +0530 Received: from nl20droid1.internal.synopsys.com (10.100.24.228) by IN01WEHTCA.internal.synopsys.com (10.144.199.243) with Microsoft SMTP Server (TLS) id 14.3.266.1; Tue, 25 Apr 2017 19:33:58 +0530 From: Claudiu Zissulescu To: CC: , Subject: [PATCH 0/2] [ARC] Various updates Date: Tue, 25 Apr 2017 14:04:00 -0000 Message-ID: <1493128880-15491-1-git-send-email-claziss@synopsys.com> MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2017-04/txt/msg00221.txt.bz2 From: claziss Hi, First patch is a "cosmetic" one, by printing NOP instead of MOV 0,0 (NOP instruction is actually a MOV 0,0). More details in the patch itself. Second patch is updating the enter/leave mnemonics as a result, these instructions can also accept an empty register range. Tests are provided/updated. Ok to apply? Claudiu Claudiu Zissulescu (2): Prefer NOP instead of MOV 0,0 Enhance enter/leave mnemonics. gas/testsuite/gas/arc/b.d | 8 ++++---- gas/testsuite/gas/arc/leave_enter.d | 41 ++++++++++++++++++++++--------------- gas/testsuite/gas/arc/leave_enter.s | 11 ++++++++++ gas/testsuite/gas/arc/noargs_hs.d | 2 +- opcodes/arc-dis.c | 19 ++++++++++++++--- opcodes/arc-opc.c | 20 +++++++++++++++++- opcodes/arc-tbl.h | 8 +++++--- 7 files changed, 81 insertions(+), 28 deletions(-) -- 1.9.1