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 255571cdbf0 x86: fold special-operand insn attributes into a single enum new 1f7b42d52a8 aarch64: Add support for Common Short Sequence Compression [...]
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/config/tc-aarch64.c | 4 + gas/doc/c-aarch64.texi | 2 + gas/testsuite/gas/aarch64/cssc.d | 174 ++++++++++++++++++++++++++++++++++++++ gas/testsuite/gas/aarch64/cssc.s | 160 +++++++++++++++++++++++++++++++++++ include/opcode/aarch64.h | 6 +- opcodes/aarch64-asm-2.c | 2 + opcodes/aarch64-dis-2.c | 177 ++++++++++++++++++++++++++++----------- opcodes/aarch64-opc-2.c | 2 + opcodes/aarch64-opc.c | 5 ++ opcodes/aarch64-opc.h | 3 +- opcodes/aarch64-tbl.h | 26 +++++- 11 files changed, 511 insertions(+), 50 deletions(-) create mode 100644 gas/testsuite/gas/aarch64/cssc.d create mode 100644 gas/testsuite/gas/aarch64/cssc.s