This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
[PATCH 0/2] [ARC] Various updates
- From: Claudiu Zissulescu <Claudiu dot Zissulescu at synopsys dot com>
- To: <binutils at sourceware dot org>
- Cc: <Claudiu dot Zissulescu at synopsys dot com>, <Francois dot Bedard at synopsys dot com>
- Date: Tue, 25 Apr 2017 16:01:18 +0200
- Subject: [PATCH 0/2] [ARC] Various updates
- Authentication-results: sourceware.org; auth=none
From: claziss <claziss@synopsys.com>
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