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-stable-defconfig in repository toolchain/ci/binutils-gdb.
from 3ad6c19423 bpf: simulator: correct div, mod insn semantics adds 47485a3161 Re: MSP430: Support relocations for subtract expressions in [...] adds 7671fe54f3 Automatic date update in version.in adds fb7331ae2b lto-18 test adds dfbee68088 PR26578, memory leak in parse_gnu_debugaltlink adds 1feede9b38 CSKY: Add FPUV3 instructions, which supported by ck860f. adds a2061b9f29 CSKY: Support option -mfloat-abi. adds 6a1ed9106f CSKY: Change mvtc and mulsw's ISA flag. adds 15a32af52f power10 on ppc32 adds 10556cdc8e Fix thinko in the code to check coff archive elements. adds 1b788fb6e9 Fix latent bug in ada-lang.c:remove_extra_symbols
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 12 +- bfd/cofflink.c | 8 +- bfd/libbfd-in.h | 2 + bfd/libbfd.h | 2 +- bfd/version.h | 2 +- binutils/ChangeLog | 6 + binutils/dwarf.c | 9 +- gas/ChangeLog | 48 + gas/config/tc-csky.c | 279 ++++- gas/config/tc-ppc.c | 3 +- gdb/ChangeLog | 5 + gdb/ada-lang.c | 4 +- include/ChangeLog | 8 + include/opcode/csky.h | 3 + ld/ChangeLog | 9 + ld/testsuite/ld-plugin/lto-18.out | 1 + ld/testsuite/ld-plugin/lto-18a.c | 22 + ld/testsuite/ld-plugin/lto-18b.c | 10 + ld/testsuite/ld-plugin/lto-18c.c | 10 + ld/testsuite/ld-plugin/lto-18d.c | 1 + ld/testsuite/ld-plugin/lto.exp | 25 +- opcodes/ChangeLog | 29 + opcodes/csky-dis.c | 72 +- opcodes/csky-opc.h | 2043 ++++++++++++++++++++++++++++++++++++- 24 files changed, 2556 insertions(+), 57 deletions(-) create mode 100644 ld/testsuite/ld-plugin/lto-18.out create mode 100644 ld/testsuite/ld-plugin/lto-18a.c create mode 100644 ld/testsuite/ld-plugin/lto-18b.c create mode 100644 ld/testsuite/ld-plugin/lto-18c.c create mode 100644 ld/testsuite/ld-plugin/lto-18d.c