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 df6780137d [binutils][aarch64] Bfloat16 enablement [2/X] new 33593eafc9 [Patch][binutils][arm] Create a new generic coprocessor arra [...] new aab2c27d9f [binutils][arm] BFloat16 enablement [4/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 | 44 +++++ gas/config/tc-arm.c | 241 ++++++++++++++++++++++--- gas/doc/c-arm.texi | 2 + gas/testsuite/gas/arm/attr-march-armv8_6-a.d | 17 ++ gas/testsuite/gas/arm/bfloat16-bad.d | 4 + gas/testsuite/gas/arm/bfloat16-bad.l | 112 ++++++++++++ gas/testsuite/gas/arm/bfloat16-bad.s | 119 ++++++++++++ gas/testsuite/gas/arm/bfloat16-cmdline-bad-2.d | 4 + gas/testsuite/gas/arm/bfloat16-cmdline-bad-3.d | 4 + gas/testsuite/gas/arm/bfloat16-cmdline-bad.d | 5 + gas/testsuite/gas/arm/bfloat16-neon.s | 53 ++++++ gas/testsuite/gas/arm/bfloat16-non-neon.s | 9 + gas/testsuite/gas/arm/bfloat16-thumb-bad.d | 4 + gas/testsuite/gas/arm/bfloat16-thumb-bad.l | 112 ++++++++++++ gas/testsuite/gas/arm/bfloat16-thumb.d | 44 +++++ gas/testsuite/gas/arm/bfloat16-vfp.d | 16 ++ gas/testsuite/gas/arm/bfloat16.d | 39 ++++ gas/testsuite/gas/arm/bfloat16.s | 2 + include/ChangeLog | 8 + include/opcode/arm.h | 6 + opcodes/ChangeLog | 24 +++ opcodes/arm-dis.c | 172 ++++++++++++------ 22 files changed, 961 insertions(+), 80 deletions(-) create mode 100644 gas/testsuite/gas/arm/attr-march-armv8_6-a.d create mode 100644 gas/testsuite/gas/arm/bfloat16-bad.d create mode 100644 gas/testsuite/gas/arm/bfloat16-bad.l create mode 100644 gas/testsuite/gas/arm/bfloat16-bad.s create mode 100644 gas/testsuite/gas/arm/bfloat16-cmdline-bad-2.d create mode 100644 gas/testsuite/gas/arm/bfloat16-cmdline-bad-3.d create mode 100644 gas/testsuite/gas/arm/bfloat16-cmdline-bad.d create mode 100644 gas/testsuite/gas/arm/bfloat16-neon.s create mode 100644 gas/testsuite/gas/arm/bfloat16-non-neon.s create mode 100644 gas/testsuite/gas/arm/bfloat16-thumb-bad.d create mode 100644 gas/testsuite/gas/arm/bfloat16-thumb-bad.l create mode 100644 gas/testsuite/gas/arm/bfloat16-thumb.d create mode 100644 gas/testsuite/gas/arm/bfloat16-vfp.d create mode 100644 gas/testsuite/gas/arm/bfloat16.d create mode 100644 gas/testsuite/gas/arm/bfloat16.s