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/4] arc/nps: Add pipeline control instructions


Second version of adding pipeline control instructions.  No
significant changes here, two clean up patches from round 1 that were
approved have been applied upstream, and this patch series rebased
onto current HEAD of master.

There's a new comment describing the layout of arc_opcodes table added
in patch #3, but everything else is unchanged.

Thanks,
Andrew

---

Andrew Burgess (4):
  gas/arc: Modify structure used to hold opcodes
  gas/arc: Additional work to support multiple arc_opcode chains
  gas/arc: Handle multiple arc_opcode chains for same mnemonic
  arc/nps400: Add new instructions

 gas/ChangeLog                    |  37 +++++++++
 gas/config/tc-arc.c              | 160 ++++++++++++++++++++++++++++++---------
 gas/config/tc-arc.h              |   2 +-
 gas/testsuite/gas/arc/nps400-2.d |  18 +++++
 gas/testsuite/gas/arc/nps400-2.s |  16 ++++
 opcodes/ChangeLog                |  10 +++
 opcodes/arc-nps400-tbl.h         |  17 +++++
 opcodes/arc-opc.c                |  82 +++++++++++++++++++-
 8 files changed, 306 insertions(+), 36 deletions(-)
 create mode 100644 gas/testsuite/gas/arc/nps400-2.d
 create mode 100644 gas/testsuite/gas/arc/nps400-2.s

-- 
2.5.1


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