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 f8e3fe0d276 [AArch64] Improve prologue handling (and fix PR26310) new f7cb161ea6f [aarch64] GAS doesn't validate the architecture version for [...] new b3f8962bdb9 [sim] Fix mbuild build breaker in sim-cpu.c
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: gas/ChangeLog | 20 +++ gas/config/tc-aarch64.c | 16 ++- gas/testsuite/gas/aarch64/illegal-sysreg-5.d | 3 + gas/testsuite/gas/aarch64/illegal-sysreg-5.l | 2 + gas/testsuite/gas/aarch64/sysreg-5.s | 1 + include/ChangeLog | 7 + include/opcode/aarch64.h | 8 +- opcodes/ChangeLog | 9 ++ opcodes/aarch64-opc.c | 198 +++++++++++++-------------- sim/common/ChangeLog | 4 + sim/common/sim-cpu.c | 2 + 11 files changed, 159 insertions(+), 111 deletions(-) create mode 100644 gas/testsuite/gas/aarch64/illegal-sysreg-5.d create mode 100644 gas/testsuite/gas/aarch64/illegal-sysreg-5.l create mode 100644 gas/testsuite/gas/aarch64/sysreg-5.s