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 51c8edf68b x86: fold EsSeg into IsString new f439988037 [gas][arm] Make .fpu reset the FPU/Coprocessor feature bits new ce760a7620 [binutils][arm] Update the decoding of MVE VMOV, VMVN new ef8f595f73 [gas][arm] Enable VLDM, VSTM, VPUSH, VPOP for MVE
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/ChangeLog | 29 ++++++ gas/config/tc-arm.c | 114 ++++++++++++++---------- gas/testsuite/gas/arm/fpu-rst.d | 2 + gas/testsuite/gas/arm/fpu-rst.l | 4 + gas/testsuite/gas/arm/fpu-rst.s | 17 ++++ gas/testsuite/gas/arm/mve-vmov-vmvn-vorr-vbic.d | 41 +++++++++ gas/testsuite/gas/arm/mve-vmov-vmvn-vorr-vbic.s | 47 ++++++++++ gas/testsuite/gas/arm/v8_1m-mve.d | 27 ++++++ gas/testsuite/gas/arm/v8_1m-mve.s | 24 +++++ opcodes/ChangeLog | 7 ++ opcodes/arm-dis.c | 17 ++-- 11 files changed, 275 insertions(+), 54 deletions(-) create mode 100644 gas/testsuite/gas/arm/fpu-rst.d create mode 100644 gas/testsuite/gas/arm/fpu-rst.l create mode 100644 gas/testsuite/gas/arm/fpu-rst.s create mode 100644 gas/testsuite/gas/arm/mve-vmov-vmvn-vorr-vbic.d create mode 100644 gas/testsuite/gas/arm/mve-vmov-vmvn-vorr-vbic.s create mode 100644 gas/testsuite/gas/arm/v8_1m-mve.d create mode 100644 gas/testsuite/gas/arm/v8_1m-mve.s