This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-mainline-allnoconfig in repository toolchain/ci/binutils-gdb.
from 9c7b8e9b92 readelf: nds32 specific decoding adds 6015a06749 [gdb/testsuite] Fix gdb.base/async.exp with gcc-8 adds 4706679dac Fix an illegal memory access in the assembler when generatin [...] adds fe05f369f0 gas: PR 25863: Fix scalar vmul inside it block when assembli [...] adds 070b775f03 GAS: Do not create an entry for the default directory if the [...] adds cff69cf4cf [binutils-gdb][ld][AArch64] Fix group_sections algorithm adds 7242fa8aa7 [PATCH] bfd: tweak SET_ARCH_MACH of aout-cris.c adds e052e2ba29 [PATCH] objcopy: Allow --dump-section to dump an empty SEC_H [...] adds dc7148375d Automatic date update in version.in new c3236f84c1 gdb: remove TYPE_INCOMPLETE
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: bfd/ChangeLog | 15 ++++ bfd/aout-cris.c | 18 +++-- bfd/elfnn-aarch64.c | 83 +++++++++++++++------- bfd/version.h | 2 +- binutils/ChangeLog | 13 ++++ binutils/dwarf.c | 28 ++++++-- binutils/objcopy.c | 12 ++-- binutils/testsuite/binutils-all/update-section.exp | 7 ++ gas/ChangeLog | 21 ++++++ gas/config/tc-arm.c | 12 +--- gas/dwarf2dbg.c | 7 +- gas/testsuite/gas/arm/mve-scalar-vmul-it.d | 11 +++ gas/testsuite/gas/arm/mve-scalar-vmul-it.s | 5 ++ gas/testsuite/gas/elf/elf.exp | 1 + gas/testsuite/gas/elf/pr25917.d | 9 +++ gas/testsuite/gas/elf/pr25917.s | 4 ++ gdb/ChangeLog | 6 ++ gdb/gdbtypes.c | 4 -- gdb/gdbtypes.h | 10 --- gdb/testsuite/ChangeLog | 5 ++ gdb/testsuite/gdb.base/async.exp | 54 ++++++++++++-- ld/ChangeLog | 7 ++ ld/testsuite/ld-aarch64/aarch64-elf.exp | 1 + ld/testsuite/ld-aarch64/farcall-group.d | 30 ++++++++ ld/testsuite/ld-aarch64/farcall-group.s | 15 ++++ 25 files changed, 293 insertions(+), 87 deletions(-) create mode 100644 gas/testsuite/gas/arm/mve-scalar-vmul-it.d create mode 100644 gas/testsuite/gas/arm/mve-scalar-vmul-it.s create mode 100644 gas/testsuite/gas/elf/pr25917.d create mode 100644 gas/testsuite/gas/elf/pr25917.s create mode 100644 ld/testsuite/ld-aarch64/farcall-group.d create mode 100644 ld/testsuite/ld-aarch64/farcall-group.s