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]

[SPARC][PATCH 0/2] Some improvements for the SPARC opcodes.


Hi.

The following two small patches fix a bug in the sparc opcodes table
and annotate a few opcodes with the HWCAP2_VIS3B, which is a new
hardware capability introduced to mark a subset of VIS 3.0
instructions which are also implemented in the SPARC64 X+ processor.

Jose E. Marchesi (2):
  opcodes: fix several misplaced hwcap entries.
  opcodes, elf: annotate instructions with HWCAP2_VIS3B.

 include/elf/ChangeLog    |    4 ++++
 include/elf/sparc.h      |    2 +-
 include/opcode/ChangeLog |    4 ++++
 include/opcode/sparc.h   |    2 +-
 opcodes/ChangeLog        |    6 ++++++
 opcodes/sparc-opc.c      |   50 +++++++++++++++++++++++-----------------------
 6 files changed, 41 insertions(+), 27 deletions(-)

-- 
1.7.10.4


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