This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-check_binutils in repository toolchain/ci/binutils-gdb.
from 412857647f RISC-V: The object without priv spec attributes can be linke [...] adds 8eca5c7d9f Fix unresolved test in binutils for pdp11. adds d3d1cc7b13 bpf stack smashing detected adds 9c65eeacd8 Fix a use before initialization bug in the pdp11.c source file. adds 8affa48ac7 Fix a potential infinite loop in the Windows resource parser. adds 82f06518c4 [gdb/NEWS] Fix typos adds 981f151804 bfin: Skip non SEC_ALLOC section adds 8a4ba3a142 bfin: Initialize picrel to silence GCC warning adds f1919c56e1 gas: avoid GCC 10 warning stringop-overflow in tc-bpf.c adds 982a38f60b gdb/python: Avoid use after free in py-tui.c adds 940dace9cf Revert "gdb/python: Avoid use after free in py-tui.c" adds 62b5b3d836 Automatic date update in version.in adds 070558eb0d ld -plugin options when plugins are disabled adds 1fc47f8089 Re: PR13802, referred common symbol not UNDefined adds 87c69f9732 Rename PowerPC64 pcrel GOT TLS relocations adds 1424c35d07 Power10 tidies adds 90c14f0c3a ELF: Add target_os to elf_link_hash_table/elf_backend_data adds 20955c7cb8 Automatic date update in version.in adds bcab203d31 Remove is_vxworks from _bfd_sparc_elf_link_hash_table
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 137 +++++++++++++++++++++ bfd/bfd-in2.h | 8 +- bfd/elf-bfd.h | 15 +++ bfd/elf32-arm.c | 109 ++++++++-------- bfd/elf32-bfin.c | 4 + bfd/elf32-i386.c | 55 +++------ bfd/elf32-mips.c | 3 + bfd/elf32-ppc.c | 37 +++--- bfd/elf32-sh.c | 29 +++-- bfd/elf32-sparc.c | 24 +--- bfd/elf64-ppc.c | 94 ++++++++------ bfd/elf64-x86-64.c | 33 ++--- bfd/elflink.c | 1 + bfd/elfxx-mips.c | 120 ++++++++++-------- bfd/elfxx-sparc.c | 31 ++--- bfd/elfxx-sparc.h | 3 - bfd/elfxx-target.h | 5 + bfd/elfxx-x86.c | 20 +-- bfd/elfxx-x86.h | 21 ---- bfd/libbfd.h | 8 +- bfd/pdp11.c | 9 +- bfd/reloc.c | 8 +- bfd/version.h | 2 +- binutils/ChangeLog | 15 +++ binutils/doc/binutils.texi | 8 +- binutils/mclex.c | 18 +-- binutils/testsuite/binutils-all/objcopy.exp | 8 +- .../binutils-all/{pr25662.s => pr25662-pdp11.s} | 10 +- elfcpp/ChangeLog | 8 ++ elfcpp/powerpc.h | 8 +- gas/ChangeLog | 14 +++ gas/config/tc-bpf.c | 4 +- gas/config/tc-ppc.c | 34 ++--- gas/doc/c-ppc.texi | 3 + gdb/ChangeLog | 14 +++ gdb/NEWS | 24 ++-- gold/ChangeLog | 4 + gold/powerpc.cc | 90 +++++++------- include/ChangeLog | 8 ++ include/elf/ppc64.h | 10 +- ld/ChangeLog | 10 ++ ld/lexsup.c | 5 + ld/testsuite/ld-elf/comm-data.exp | 5 +- ld/testsuite/lib/ld-lib.exp | 3 +- opcodes/ChangeLog | 9 ++ opcodes/cgen-dis.c | 11 +- opcodes/ppc-dis.c | 5 + 47 files changed, 663 insertions(+), 441 deletions(-) copy binutils/testsuite/binutils-all/{pr25662.s => pr25662-pdp11.s} (86%)