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 fad00902c24 nm: Replace --with-symbol-versions with --without-symbol-ve [...] new 63445353877 aarch64: Refactor aarch64_sys_ins_reg_supported_p new 0796bfa4875 aarch64: Fix tlbi and tlbip instructions
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/config/tc-aarch64.c | 23 +- .../gas/aarch64/illegal-sysp-tlbip-optional.l | 2 - .../gas/aarch64/illegal-sysp-tlbip-optional.s | 5 - gas/testsuite/gas/aarch64/sysp-tlbip-optional.d | 19 +- gas/testsuite/gas/aarch64/sysp-tlbip-optional.s | 5 - gas/testsuite/gas/aarch64/tlbip-invalid.d | 1 + gas/testsuite/gas/aarch64/tlbip-invalid.l | 49 ++ gas/testsuite/gas/aarch64/tlbip-invalid.s | 52 ++ gas/testsuite/gas/aarch64/tlbip.d | 240 +++++----- include/opcode/aarch64.h | 6 +- opcodes/aarch64-dis.c | 1 + opcodes/aarch64-opc.c | 532 ++++++--------------- 12 files changed, 405 insertions(+), 530 deletions(-) create mode 100644 gas/testsuite/gas/aarch64/tlbip-invalid.d create mode 100644 gas/testsuite/gas/aarch64/tlbip-invalid.l create mode 100644 gas/testsuite/gas/aarch64/tlbip-invalid.s