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 6e98b3428b xtensa message pluralization new dec41383ff Adds command line support for Armv8.4-A, via the new command [...]
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 | 32 +++ gas/config/tc-arm.c | 168 +++++++++++++- gas/doc/c-arm.texi | 1 + gas/testsuite/gas/arm/armv8_2-a-fp16-illegal.d | 2 + gas/testsuite/gas/arm/armv8_2-a-fp16-illegal.l | 5 + gas/testsuite/gas/arm/armv8_2-a-fp16-illegal.s | 8 + gas/testsuite/gas/arm/armv8_2-a-fp16-thumb2.d | 249 +++++++++++++++++++++ gas/testsuite/gas/arm/armv8_2-a-fp16.d | 249 +++++++++++++++++++++ gas/testsuite/gas/arm/armv8_2-a-fp16.s | 46 ++++ gas/testsuite/gas/arm/armv8_3-a-fp16.d | 249 +++++++++++++++++++++ gas/testsuite/gas/arm/armv8_4-a-fp16.d | 249 +++++++++++++++++++++ gas/testsuite/gas/arm/dotprod-mandatory.d | 297 +++++++++++++++++++++++++ include/ChangeLog | 7 + include/opcode/arm.h | 9 +- opcodes/ChangeLog | 6 + opcodes/arm-dis.c | 18 ++ 16 files changed, 1590 insertions(+), 5 deletions(-) create mode 100644 gas/testsuite/gas/arm/armv8_2-a-fp16-illegal.d create mode 100644 gas/testsuite/gas/arm/armv8_2-a-fp16-illegal.l create mode 100644 gas/testsuite/gas/arm/armv8_2-a-fp16-illegal.s create mode 100644 gas/testsuite/gas/arm/armv8_2-a-fp16-thumb2.d create mode 100644 gas/testsuite/gas/arm/armv8_2-a-fp16.d create mode 100644 gas/testsuite/gas/arm/armv8_2-a-fp16.s create mode 100644 gas/testsuite/gas/arm/armv8_3-a-fp16.d create mode 100644 gas/testsuite/gas/arm/armv8_4-a-fp16.d create mode 100644 gas/testsuite/gas/arm/dotprod-mandatory.d