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 25bb95ea6dd gdb: register frame_destroyed function for amd64 gdbarch new 88b5a8ae138 aarch64: Add FEAT_SPECRES2 support new db168da2e0d aarch64: Add FEAT_ECBHB support new d645278cdf4 aarch64: Add FEAT_ITE support
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: gas/config/tc-aarch64.c | 2 + gas/doc/c-aarch64.texi | 4 + .../{reglike-label-unicode-segv.d => clrbhb-1.d} | 5 +- gas/testsuite/gas/aarch64/clrbhb-1.s | 2 + gas/testsuite/gas/aarch64/illegal-ite1-1.d | 3 + gas/testsuite/gas/aarch64/illegal-ite1-1.l | 2 + gas/testsuite/gas/aarch64/illegal-predres2-1.d | 3 + gas/testsuite/gas/aarch64/illegal-predres2-1.l | 5 + gas/testsuite/gas/aarch64/{udf.d => ite1.d} | 4 +- gas/testsuite/gas/aarch64/ite1.s | 3 + gas/testsuite/gas/aarch64/predres2.d | 10 + gas/testsuite/gas/aarch64/predres2.s | 4 + gas/testsuite/gas/aarch64/system.d | 4 +- include/opcode/aarch64.h | 7 +- opcodes/aarch64-asm-2.c | 179 +- opcodes/aarch64-dis-2.c | 3959 ++++++++++---------- opcodes/aarch64-opc-2.c | 16 +- opcodes/aarch64-tbl.h | 21 +- 18 files changed, 2151 insertions(+), 2082 deletions(-) copy gas/testsuite/gas/aarch64/{reglike-label-unicode-segv.d => clrbhb-1.d} (68%) create mode 100644 gas/testsuite/gas/aarch64/clrbhb-1.s create mode 100644 gas/testsuite/gas/aarch64/illegal-ite1-1.d create mode 100644 gas/testsuite/gas/aarch64/illegal-ite1-1.l create mode 100644 gas/testsuite/gas/aarch64/illegal-predres2-1.d create mode 100644 gas/testsuite/gas/aarch64/illegal-predres2-1.l copy gas/testsuite/gas/aarch64/{udf.d => ite1.d} (62%) create mode 100644 gas/testsuite/gas/aarch64/ite1.s create mode 100644 gas/testsuite/gas/aarch64/predres2.d create mode 100644 gas/testsuite/gas/aarch64/predres2.s