From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28889 invoked by alias); 19 May 2016 10:40:31 -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 28871 invoked by uid 89); 19 May 2016 10:40:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 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= X-HELO: smtprelay.synopsys.com Received: from smtprelay.synopsys.com (HELO smtprelay.synopsys.com) (198.182.47.9) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 19 May 2016 10:40:29 +0000 Received: from dc8secmta2.synopsys.com (dc8secmta2.synopsys.com [10.13.218.202]) by smtprelay.synopsys.com (Postfix) with ESMTP id 8D5FB24E15A1 for ; Thu, 19 May 2016 03:40:27 -0700 (PDT) Received: from dc8secmta2.internal.synopsys.com (dc8secmta2.internal.synopsys.com [127.0.0.1]) by dc8secmta2.internal.synopsys.com (Service) with ESMTP id 81A01A4102 for ; Thu, 19 May 2016 03:40:27 -0700 (PDT) Received: from mailhost.synopsys.com (mailhost1.synopsys.com [10.12.238.239]) by dc8secmta2.internal.synopsys.com (Service) with ESMTP id 67C8AA4112 for ; Thu, 19 May 2016 03:40:27 -0700 (PDT) Received: from mailhost.synopsys.com (localhost [127.0.0.1]) by mailhost.synopsys.com (Postfix) with ESMTP id 56311CA1 for ; Thu, 19 May 2016 03:40:27 -0700 (PDT) Received: from US01WEHTC3.internal.synopsys.com (us01wehtc3.internal.synopsys.com [10.15.84.232]) by mailhost.synopsys.com (Postfix) with ESMTP id 4A500CA0 for ; Thu, 19 May 2016 03:40:27 -0700 (PDT) Received: from IN01WEHTCA.internal.synopsys.com (10.144.199.104) by US01WEHTC3.internal.synopsys.com (10.15.84.232) with Microsoft SMTP Server (TLS) id 14.3.195.1; Thu, 19 May 2016 03:40:27 -0700 Received: from IN01WEHTCB.internal.synopsys.com (10.144.199.105) by IN01WEHTCA.internal.synopsys.com (10.144.199.103) with Microsoft SMTP Server (TLS) id 14.3.195.1; Thu, 19 May 2016 16:10:24 +0530 Received: from nl20droid1.internal.synopsys.com (10.100.24.228) by IN01WEHTCB.internal.synopsys.com (10.144.199.243) with Microsoft SMTP Server (TLS) id 14.3.195.1; Thu, 19 May 2016 16:10:23 +0530 From: Claudiu Zissulescu To: CC: , Subject: [PATCH 0/2] [ARC] Miscellaneous patches Date: Thu, 19 May 2016 10:40:00 -0000 Message-ID: <1463654412-14132-1-git-send-email-claziss@synopsys.com> MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2016-05/txt/msg00288.txt.bz2 Please find a series of two patches which corrects data set into disassembler info structure. Also, adds XY registers and updates the neg instruction. OK to apply? Claudiu Claudiu Zissulescu (2): [ARC] Update instruction type and delay slot info. [ARC] Add XY registers, update neg instruction. gas/config/tc-arc.c | 26 +++++++ include/opcode/arc.h | 6 +- opcodes/arc-dis.c | 31 ++++++-- opcodes/arc-opc.c | 2 +- opcodes/arc-tbl.h | 215 ++++++++++++++++++++++++++------------------------- 5 files changed, 166 insertions(+), 114 deletions(-) -- 1.9.1