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 0064d22 Handle version 1a of FreeBSD's NT_PRSINFO. new 37fd5ef Add support to the ARC disassembler for selecting instruction [...]
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: binutils/ChangeLog | 7 + binutils/NEWS | 3 + binutils/doc/binutils.texi | 30 ++ binutils/testsuite/binutils-all/arc/dsp.s | 5 + binutils/testsuite/binutils-all/arc/objdump.exp | 55 +++ gas/ChangeLog | 11 + gas/testsuite/gas/arc/dsp.d | 96 +++++ gas/testsuite/gas/arc/dsp.s | 90 +++++ gas/testsuite/gas/arc/ext2op.d | 2 +- gas/testsuite/gas/arc/ext3op.d | 2 +- gas/testsuite/gas/arc/fpu.d | 29 ++ gas/testsuite/gas/arc/fpu.s | 24 ++ gas/testsuite/gas/arc/tdpfp.d | 2 +- gas/testsuite/gas/arc/tfpuda.d | 2 +- include/ChangeLog | 4 + include/dis-asm.h | 1 + opcodes/ChangeLog | 19 + opcodes/arc-dis.c | 469 +++++++++++++++++------- opcodes/disassemble.c | 3 + 19 files changed, 723 insertions(+), 131 deletions(-) create mode 100644 binutils/testsuite/binutils-all/arc/dsp.s create mode 100644 binutils/testsuite/binutils-all/arc/objdump.exp create mode 100644 gas/testsuite/gas/arc/dsp.d create mode 100644 gas/testsuite/gas/arc/dsp.s create mode 100644 gas/testsuite/gas/arc/fpu.d create mode 100644 gas/testsuite/gas/arc/fpu.s