This is an automated email from the git hooks/post-receive script.
git pushed a change to branch binutils-2_33-branch in repository binutils-gdb.
from 4dd834659fb arm: PR gas/25472 Enable DSP instructions with +mve new 5251ab5f608 powerpc64-ld infinite loop new a9ca89e3dd8 gas, arm: PR25660L Fix vadd/vsub with lt and le condition c [...]
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: bfd/ChangeLog | 4 ++++ bfd/elf64-ppc.c | 2 +- gas/ChangeLog | 17 +++++++++++++++++ gas/config/tc-arm.c | 21 ++++++++++++++++++--- gas/testsuite/gas/arm/mve-vaddsub-it-bad.d | 6 ++++++ gas/testsuite/gas/arm/mve-vaddsub-it-bad.l | 7 +++++++ gas/testsuite/gas/arm/mve-vaddsub-it-bad.s | 11 +++++++++++ gas/testsuite/gas/arm/mve-vaddsub-it.d | 23 +++++++++++++++++++++++ gas/testsuite/gas/arm/mve-vaddsub-it.s | 17 +++++++++++++++++ gas/testsuite/gas/arm/nomve-vaddsub-it.d | 24 ++++++++++++++++++++++++ 10 files changed, 128 insertions(+), 4 deletions(-) create mode 100644 gas/testsuite/gas/arm/mve-vaddsub-it-bad.d create mode 100644 gas/testsuite/gas/arm/mve-vaddsub-it-bad.l create mode 100644 gas/testsuite/gas/arm/mve-vaddsub-it-bad.s create mode 100644 gas/testsuite/gas/arm/mve-vaddsub-it.d create mode 100644 gas/testsuite/gas/arm/mve-vaddsub-it.s create mode 100644 gas/testsuite/gas/arm/nomve-vaddsub-it.d