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 2861767 [AArch64] Add ARMv8.3 weaker release consistency load instructions new c2c4ff8 [AArch64] Add ARMv8.3 FCMLA and FCADD instructions
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/ChangeLog | 9 + gas/config/tc-aarch64.c | 3 + gas/testsuite/gas/aarch64/advsimd-armv8_3.d | 33 + gas/testsuite/gas/aarch64/advsimd-armv8_3.s | 36 + .../aarch64/{illegal-ldapr.d => illegal-fcmla.d} | 2 +- gas/testsuite/gas/aarch64/illegal-fcmla.l | 17 + gas/testsuite/gas/aarch64/illegal-fcmla.s | 25 + include/ChangeLog | 6 + include/opcode/aarch64.h | 5 + opcodes/ChangeLog | 18 + opcodes/aarch64-asm-2.c | 1016 ++--- opcodes/aarch64-asm.c | 50 +- opcodes/aarch64-asm.h | 1 + opcodes/aarch64-dis-2.c | 4279 ++++++++++---------- opcodes/aarch64-dis.c | 42 + opcodes/aarch64-dis.h | 1 + opcodes/aarch64-opc-2.c | 110 +- opcodes/aarch64-opc.c | 40 +- opcodes/aarch64-opc.h | 3 + opcodes/aarch64-tbl.h | 30 + 20 files changed, 3040 insertions(+), 2686 deletions(-) create mode 100644 gas/testsuite/gas/aarch64/advsimd-armv8_3.d create mode 100644 gas/testsuite/gas/aarch64/advsimd-armv8_3.s copy gas/testsuite/gas/aarch64/{illegal-ldapr.d => illegal-fcmla.d} (56%) create mode 100644 gas/testsuite/gas/aarch64/illegal-fcmla.l create mode 100644 gas/testsuite/gas/aarch64/illegal-fcmla.s