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-next-allyesconfig in repository toolchain/ci/binutils-gdb.
from f1363b0fb4 aarch64: Add -mcpu option for Cortex-R82 adds 7d81bc937c MSP430: Support relocations for subtract expressions in .ule [...] adds 3cae444768 Avoid hash table corruption in gdb_bfd.c adds 03b0a45f15 Fix uninitialized warning in gdb_bfd_open adds 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. new 15a32af52f power10 on ppc32 new 10556cdc8e Fix thinko in the code to check coff archive elements.
The 2 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 | 26 + bfd/bfd-in2.h | 2 + bfd/cofflink.c | 8 +- bfd/elf32-msp430.c | 153 +- bfd/libbfd-in.h | 2 + bfd/libbfd.c | 24 + bfd/libbfd.h | 4 + bfd/reloc.c | 5 + bfd/version.h | 2 +- binutils/ChangeLog | 18 + binutils/dwarf.c | 9 +- binutils/readelf.c | 27 +- binutils/testsuite/binutils-all/objcopy.exp | 7 +- cpu/ChangeLog | 5 + cpu/bpf.cpu | 4 +- gas/ChangeLog | 54 + gas/config/tc-csky.c | 279 +++- gas/config/tc-msp430.c | 54 +- gas/config/tc-ppc.c | 3 +- gdb/ChangeLog | 11 + gdb/gdb_bfd.c | 98 +- gnulib/ChangeLog | 8 + gnulib/configure | 3 +- gnulib/import/m4/stat.m4 | 2 +- gnulib/patches/0001-use-windows-stat | 13 + gnulib/update-gnulib.sh | 2 + include/ChangeLog | 15 + include/elf/msp430.h | 4 + include/opcode/csky.h | 3 + ld/ChangeLog | 16 + ld/testsuite/ld-msp430-elf/msp430-elf.exp | 3 + ld/testsuite/ld-msp430-elf/uleb128.s | 34 + ld/testsuite/ld-msp430-elf/uleb128_430.d | 10 + ld/testsuite/ld-msp430-elf/uleb128_430x.d | 10 + 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 +- 49 files changed, 3086 insertions(+), 144 deletions(-) create mode 100644 gnulib/patches/0001-use-windows-stat create mode 100644 ld/testsuite/ld-msp430-elf/uleb128.s create mode 100644 ld/testsuite/ld-msp430-elf/uleb128_430.d create mode 100644 ld/testsuite/ld-msp430-elf/uleb128_430x.d 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