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 4e6ff0e1b8 MIPS/Linux/native: Supply $zero for the !PTRACE_GETREGS case new 561a72d4dd Modify AArch64 Assembly and disassembly functions to be able [...] new 7d02540ab7 Allow non-fatal errors to be emitted and for disassembly not [...] new f9830ec165 Implement Read/Write constraints on system registers on AArch64
The 3 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 | 11 + binutils/NEWS | 8 + binutils/doc/binutils.texi | 5 + gas/ChangeLog | 24 ++ gas/config/tc-aarch64.c | 137 +++--- gas/testsuite/gas/aarch64/illegal-sysreg-2.l | 2 - gas/testsuite/gas/aarch64/sysreg-2.d | 2 - gas/testsuite/gas/aarch64/sysreg-2.s | 2 +- gas/testsuite/gas/aarch64/sysreg-diagnostic.d | 14 + gas/testsuite/gas/aarch64/sysreg-diagnostic.l | 4 + gas/testsuite/gas/aarch64/sysreg-diagnostic.s | 6 + gdb/ChangeLog | 7 + gdb/aarch64-tdep.c | 8 +- include/ChangeLog | 17 + include/opcode/aarch64.h | 25 +- opcodes/ChangeLog | 103 +++++ opcodes/aarch64-asm-2.c | 119 +++--- opcodes/aarch64-asm.c | 467 ++++++++++++--------- opcodes/aarch64-asm.h | 10 +- opcodes/aarch64-dis-2.c | 125 +++--- opcodes/aarch64-dis.c | 576 +++++++++++++++----------- opcodes/aarch64-dis.h | 11 +- opcodes/aarch64-gen.c | 14 +- opcodes/aarch64-opc.c | 193 +++++---- opcodes/aarch64-opc.h | 20 + opcodes/aarch64-tbl.h | 6 +- 26 files changed, 1200 insertions(+), 716 deletions(-) create mode 100644 gas/testsuite/gas/aarch64/sysreg-diagnostic.d create mode 100644 gas/testsuite/gas/aarch64/sysreg-diagnostic.l create mode 100644 gas/testsuite/gas/aarch64/sysreg-diagnostic.s