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]

RE: [PATCH v2 0/4] Begin implementing NPS-400 Accelerator instructions


> Graham Markall (4):
>   [ARC] Change block comments to GNU style
>   [ARC] Add support for address type syntax
>   [ARC] Implement NPS-400 BMU instructions
>   [ARC] Implement NPS-400 PMU Instructions
> 
>  gas/ChangeLog                    |  21 ++++++++
>  gas/config/tc-arc.c              |  92 +++++++++++++++++++++++++++++---
>  gas/testsuite/gas/arc/nps400-8.d |  71 +++++++++++++++++++++++++
>  gas/testsuite/gas/arc/nps400-8.s |  92
> ++++++++++++++++++++++++++++++++
>  include/ChangeLog                |  13 +++++
>  include/opcode/arc.h             |  77 ++++++++++++++++++++++++++-
>  opcodes/ChangeLog                |  26 +++++++++
>  opcodes/arc-dis.c                |  42 +++++++++++++--
>  opcodes/arc-nps400-tbl.h         | 110
> ++++++++++++++++++++++++++++++++++++---
>  opcodes/arc-opc.c                | 101
> +++++++++++++++++++++++++++++++++++
>  10 files changed, 627 insertions(+), 18 deletions(-)
>  create mode 100644 gas/testsuite/gas/arc/nps400-8.d
>  create mode 100644 gas/testsuite/gas/arc/nps400-8.s

It looks good from my side. 

Best,
Claudiu


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