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-arm-lts-allmodconfig in repository toolchain/ci/binutils-gdb.
from d706b69e48 Do not adjust mtime timezone on Windows adds 790147a9e9 Pass --disable-reloc-section on PE targets for PR 25662 test adds 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.
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 | 12 + binutils/dwarf.c | 9 +- binutils/testsuite/binutils-all/objcopy.exp | 7 +- cpu/ChangeLog | 5 + cpu/bpf.cpu | 4 +- gas/ChangeLog | 48 + gas/config/tc-csky.c | 279 +++- gas/config/tc-ppc.c | 3 +- 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 ++++++++++++++++++++++++++- sim/ChangeLog | 5 + sim/bpf/sem-be.c | 16 +- sim/bpf/sem-le.c | 16 +- sim/testsuite/ChangeLog | 5 + sim/testsuite/sim/bpf/alu.s | 26 +- sim/testsuite/sim/bpf/alu32.s | 31 +- 31 files changed, 2634 insertions(+), 91 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