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 5badf10 Decode properly flags of %ccr register on sparc64. new 75d7d29 Update support for GNU BUILD notes so that version notes can [...] new 645d334 arc/nps400: Add cp16/cp32 instructions to opcodes library
The 2 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 | 9 ++ binutils/objcopy.c | 2 +- binutils/readelf.c | 60 +++++--- gas/ChangeLog | 5 + gas/testsuite/gas/arc/nps400-11.d | 303 +++++++++++++++++++++++++++++++++++++ gas/testsuite/gas/arc/nps400-11.s | 308 ++++++++++++++++++++++++++++++++++++++ include/ChangeLog | 4 + include/opcode/arc.h | 1 + opcodes/ChangeLog | 9 ++ opcodes/arc-nps400-tbl.h | 191 +++++++++++++++++++++++ opcodes/arc-opc.c | 82 +++++++++- 11 files changed, 946 insertions(+), 28 deletions(-) create mode 100644 gas/testsuite/gas/arc/nps400-11.d create mode 100644 gas/testsuite/gas/arc/nps400-11.s