This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_apm/gnu-release-aarch64-spec2k6-Os_LTO in repository toolchain/ci/binutils-gdb.
from 3add24e89b Automatic date update in version.in adds a03f0af7e3 Automatic date update in version.in adds 54254f3896 Automatic date update in version.in adds 3f07ddd689 Automatic date update in version.in adds 3b1317df03 Automatic date update in version.in adds acfd932381 Automatic date update in version.in adds 602ed821f5 Fix type of .persistent.bss section adds 839298c39b Automatic date update in version.in adds 589787a791 Automatic date update in version.in adds 5c1f3db6a3 Automatic date update in version.in adds d480785348 Automatic date update in version.in adds 8ed1a94d7a Automatic date update in version.in adds 8a473766ae Automatic date update in version.in adds 96f32373c6 Automatic date update in version.in adds ad563d824d Automatic date update in version.in adds 8c9ca0fc8b Automatic date update in version.in adds 92cce76749 Automatic date update in version.in adds ec2451f91e PR27755, powerpc-ld infinite loop adds 685036654f Automatic date update in version.in adds 990df44330 Automatic date update in version.in adds 5fbe6f4318 Automatic date update in version.in adds beaafdf3e2 Automatic date update in version.in adds 7efc8776ec Automatic date update in version.in adds fb261566ad Automatic date update in version.in adds 54c343f5b2 Automatic date update in version.in adds 3b33651e3d Automatic date update in version.in adds 01cab7a6b8 Automatic date update in version.in adds 7df48b0704 Automatic date update in version.in adds f2ece6f163 Automatic date update in version.in adds d6f17ee9f1 Automatic date update in version.in adds 8586ba779a Automatic date update in version.in adds 352cf802a9 Automatic date update in version.in adds 3c4029d244 Automatic date update in version.in adds 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 adds 3bc86347ee Automatic date update in version.in adds 1932900f76 Automatic date update in version.in adds 5411a4251e Automatic date update in version.in adds c2b48366f9 Automatic date update in version.in adds 7e989c8aeb Automatic date update in version.in adds 459494d59b Automatic date update in version.in adds 57bef2f936 Automatic date update in version.in adds 215986c7c0 Automatic date update in version.in adds 0aa46dd891 Automatic date update in version.in adds ecb46fca67 Automatic date update in version.in adds 1dae789b15 Automatic date update in version.in adds 953595dada Automatic date update in version.in adds 8b91c37ed9 Automatic date update in version.in adds 8c5062d58d Automatic date update in version.in adds b481ba02ba Automatic date update in version.in adds dd1396b5f0 Automatic date update in version.in adds d9b45ba2ee Automatic date update in version.in adds 6bd77506c0 Automatic date update in version.in adds 88cb287c03 Automatic date update in version.in adds 4c30ee3286 Automatic date update in version.in adds de955b29e6 Automatic date update in version.in adds a81254fae7 Automatic date update in version.in adds bf57d8eb47 Automatic date update in version.in adds 37fadb6ef2 Automatic date update in version.in adds 21dd883860 Automatic date update in version.in adds a7eb3ff36c Automatic date update in version.in adds 80d0c46a72 Automatic date update in version.in adds 6ecf41172c Automatic date update in version.in adds 0adfd3a88e Automatic date update in version.in adds ad9a2bd65c Automatic date update in version.in adds af42a868ef Automatic date update in version.in adds 2cfc66bc46 Automatic date update in version.in adds ed2f2f45c2 Automatic date update in version.in adds 75a4eb82ef Automatic date update in version.in adds 2446b02367 Automatic date update in version.in adds bd374cc2dc Automatic date update in version.in adds 687dd74c9b arm: don't treat XScale features as part of the FPU [PR 28031] adds 9db99e42f8 Automatic date update in version.in adds 814d9ecf9b Automatic date update in version.in adds abe2a28aaa Backportpatch to fix parsing of DWARF fuction and variable tags. adds 84fd26d820 Backport patch to fix a quadratic slow down in the BFD library.
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 29 ++++++ bfd/dwarf2.c | 134 ++++++++++++++++++++------ bfd/elf.c | 6 ++ bfd/elf32-ppc.c | 2 +- bfd/version.h | 2 +- gas/ChangeLog | 25 +++++ 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 ++++++ gas/testsuite/gas/elf/section25.d | 4 +- gas/testsuite/gas/elf/section26.d | 6 +- gas/testsuite/gas/elf/section26.s | 3 + include/ChangeLog | 5 + include/opcode/arm.h | 2 +- opcodes/ChangeLog | 9 ++ opcodes/arm-dis.c | 7 +- 19 files changed, 596 insertions(+), 38 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