This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 61d2d2b Restrict linker garbage collection personality test to cfi en [...] new db18dba Begin implementing ARC NPS-400 Accelerator instructions
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gas/ChangeLog | 18 ++++ gas/config/tc-arc.c | 152 +++++++++++++++++++++++------- gas/testsuite/gas/arc/nps400-8.d | 71 ++++++++++++++ gas/testsuite/gas/arc/nps400-8.s | 92 +++++++++++++++++++ include/ChangeLog | 8 ++ include/opcode/arc.h | 194 +++++++++++++++++++++++++++------------ opcodes/ChangeLog | 19 ++++ opcodes/arc-dis.c | 45 ++++++++- opcodes/arc-ext.c | 10 +- opcodes/arc-nps400-tbl.h | 110 ++++++++++++++++++++-- opcodes/arc-opc.c | 131 +++++++++++++++++++++++--- 11 files changed, 724 insertions(+), 126 deletions(-) create mode 100644 gas/testsuite/gas/arc/nps400-8.d create mode 100644 gas/testsuite/gas/arc/nps400-8.s