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 8382113fdb [binutils][aarch64] Matrix Multiply extension enablement [8/X] new 616ce08e1c [Patch][binutils][arm] Armv8.6-A Matrix Multiply extension [9/10] new 1f4cd317b6 [gas][aarch64] Add the v8.6 Data Gathering Hint mnemonic [10/X]
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 | 23 ++++++ gas/config/tc-arm.c | 87 ++++++++++++++++++++-- gas/doc/c-arm.texi | 1 + gas/testsuite/gas/aarch64/dgh.d | 11 +++ gas/testsuite/gas/aarch64/dgh.s | 4 ++ gas/testsuite/gas/arm/bfloat16-cmdline-bad-3.d | 2 +- gas/testsuite/gas/arm/i8mm.d | 36 ++++++++++ gas/testsuite/gas/arm/i8mm.s | 32 +++++++++ include/ChangeLog | 4 ++ include/opcode/arm.h | 1 + opcodes/ChangeLog | 11 +++ opcodes/aarch64-dis-2.c | 99 +++++++++++++------------- opcodes/aarch64-tbl.h | 5 ++ opcodes/arm-dis.c | 14 ++++ 14 files changed, 276 insertions(+), 54 deletions(-) create mode 100644 gas/testsuite/gas/aarch64/dgh.d create mode 100644 gas/testsuite/gas/aarch64/dgh.s create mode 100644 gas/testsuite/gas/arm/i8mm.d create mode 100644 gas/testsuite/gas/arm/i8mm.s