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]

[PATCHv2 0/3] ARC: Add another group of nps instructions


This revision incorporates the feedback from Synopsys.  The changes are:

 Patch #1: Complete rewrite, much simpler now based on Claudiu's
 observations.

 Patch #2: Unchanged.

 Patch #3: Incorporates Cupertino's feedback about prefered code flow.
 Some small adjustments were required to Cupertino's suggestion,
 however, I believe what I have now is inline with his intentions.

---

Andrew Burgess (3):
  opcodes/arc: Move instruction length logic to new function
  bfd/arc: Rename enum entries to avoid conflicts
  arc/nps400 : New cmem instructions and associated relocation

 bfd/ChangeLog                    |  20 ++++++
 bfd/bfd-in2.h                    |   1 +
 bfd/elf32-arc.c                  | 127 ++++++++++++++++++++++++++++-----------
 bfd/libbfd.h                     |   1 +
 bfd/reloc.c                      |   2 +
 gas/ChangeLog                    |   5 ++
 gas/testsuite/gas/arc/nps400-3.d |  56 +++++++++++++++++
 gas/testsuite/gas/arc/nps400-3.s |  23 +++++++
 include/ChangeLog                |   5 ++
 include/elf/arc-reloc.def        |   7 +++
 include/opcode/arc.h             |   3 +
 ld/ChangeLog                     |   8 +++
 ld/testsuite/ld-arc/arc.exp      |  30 +++++++++
 ld/testsuite/ld-arc/nps-1.s      |  10 +++
 ld/testsuite/ld-arc/nps-1a.d     |  16 +++++
 ld/testsuite/ld-arc/nps-1b.d     |   4 ++
 ld/testsuite/ld-arc/nps-1b.err   |   1 +
 opcodes/ChangeLog                |  13 ++++
 opcodes/arc-dis.c                |  57 ++++++++++++++----
 opcodes/arc-nps400-tbl.h         |  12 ++++
 opcodes/arc-opc.c                |  22 +++++++
 21 files changed, 376 insertions(+), 47 deletions(-)
 create mode 100644 gas/testsuite/gas/arc/nps400-3.d
 create mode 100644 gas/testsuite/gas/arc/nps400-3.s
 create mode 100644 ld/testsuite/ld-arc/arc.exp
 create mode 100644 ld/testsuite/ld-arc/nps-1.s
 create mode 100644 ld/testsuite/ld-arc/nps-1a.d
 create mode 100644 ld/testsuite/ld-arc/nps-1b.d
 create mode 100644 ld/testsuite/ld-arc/nps-1b.err

-- 
2.5.1


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