This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/2] [ARC] Various updates


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]