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 2fe9c2a New option falkor for Qualcomm server part new ecf64ec arc/opcodes/nps400: Fix some instruction masks new 91fdca6 gas/arc: Replace short_insn flag with insn length field new 06fe285 arc: Replace ARC_SHORT macro with arc_opcode_len function new 2e27220 opcodes/arc: Make some macros 64-bit safe new 90f61cc arc: Swap highbyte and lowbyte in print_insn_arc new bdfe53e arc: Change max instruction length to 64-bits new 5a73682 arc: Implement NPS-400 dcmac instruction new 98d0e90 [ARC] Fix ldbit test on 32-bit systems
The 8 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 | 39 ++ gas/config/tc-arc.c | 218 +++------- gas/testsuite/gas/arc/nps400-6.d | 12 +- gas/testsuite/gas/arc/nps400-6.s | 2 +- gas/testsuite/gas/arc/nps400-9.d | 44 +++ gas/testsuite/gas/arc/nps400-9.s | 51 +++ include/ChangeLog | 21 + include/opcode/arc.h | 97 ++--- opcodes/ChangeLog | 56 +++ opcodes/arc-dis.c | 481 +++++++++-------------- opcodes/arc-ext.c | 2 +- opcodes/arc-ext.h | 2 +- opcodes/arc-fxi.h | 366 ++++++++--------- opcodes/arc-nps400-tbl.h | 99 ++++- opcodes/arc-opc.c | 829 +++++++++++++++++---------------------- 15 files changed, 1120 insertions(+), 1199 deletions(-) create mode 100644 gas/testsuite/gas/arc/nps400-9.d create mode 100644 gas/testsuite/gas/arc/nps400-9.s