This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-aarch64-lts-defconfig in repository toolchain/ci/binutils-gdb.
from 99c9bb313e Automatic date update in version.in adds b8f4b69aaa arm: Fix bugs with MVE vmov from two GPRs to vector lanes adds 9112450f1e Automatic date update in version.in adds cff396521d Automatic date update in version.in adds 4ec27dd262 Automatic date update in version.in adds 683278f1ed Automatic date update in version.in adds 0fdbb25414 Automatic date update in version.in adds f0b059d08e Automatic date update in version.in adds eaf6d3b360 Arm: Fix forward thumb references [PR gas/25235] adds 995e0b770e Gas: Forgot to commit changelog adds c63828ebe8 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gas/ChangeLog | 19 ++++ gas/config/tc-arm.c | 15 ++- gas/testsuite/gas/arm/mve-vmov-3.d | 169 +++++++++++++++++++++++++++++++++ gas/testsuite/gas/arm/mve-vmov-3.s | 160 +++++++++++++++++++++++++++++++ gas/testsuite/gas/arm/mve-vmov-bad-2.l | 2 +- gas/testsuite/gas/arm/pr25235.d | 24 +++++ gas/testsuite/gas/arm/pr25235.s | 30 ++++++ opcodes/ChangeLog | 9 ++ opcodes/arm-dis.c | 7 +- 10 files changed, 430 insertions(+), 7 deletions(-) create mode 100644 gas/testsuite/gas/arm/mve-vmov-3.d create mode 100644 gas/testsuite/gas/arm/mve-vmov-3.s create mode 100644 gas/testsuite/gas/arm/pr25235.d create mode 100644 gas/testsuite/gas/arm/pr25235.s