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 5b6312f Fix a bug displaying the interpretation of a CFA block that j [...] new 4eb6f89 Add support for 48 and 64 bit ARC 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 | 11 + gas/config/tc-arc.c | 261 ++++++++++++++++------ gas/testsuite/gas/arc/nps400-7.d | 32 +++ gas/testsuite/gas/arc/nps400-7.s | 41 ++++ include/ChangeLog | 7 + include/opcode/arc.h | 26 ++- opcodes/ChangeLog | 33 +++ opcodes/arc-dis.c | 469 +++++++++++++++++++++++++++++++-------- opcodes/arc-nps400-tbl.h | 15 ++ opcodes/arc-opc.c | 298 ++++++++++++++++++++++++- 10 files changed, 1030 insertions(+), 163 deletions(-) create mode 100644 gas/testsuite/gas/arc/nps400-7.d create mode 100644 gas/testsuite/gas/arc/nps400-7.s