This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-aarch64-build_cross in repository toolchain/ci/binutils-gdb.
from 1dbde357be Add missing changes to Makefile.tpl adds cf850febf6 Automatic date update in version.in adds 6a1224ec76 PR27128, nm -P portable output format regression adds 7824c1d22f Weak references to __start_/__stop_ symbols adds 8ee10e8609 PR27451, -z start_stop_gc adds ecd65684f5 Warn for missing separate debug files only if needed adds ba6eb62ff0 Add DWARF-5 section names to PE and PEP linker scripts. adds ec11fcffc0 Automatic date update in version.in adds f5b9c288a3 PowerPC64 undefined weak visibility vs GOT optimisation adds b80e421f91 PR27451, -z start_stop_gc for powerpc64 adds eaa2913a7a libctf: ctf_archive_next should set the parent name consistently adds ac36e134d9 libctf: reimplement many _iter iterators in terms of _next adds fd12633780 libctf: fix ChangeLog date adds 8915c559d4 libctf, include: remove the nondeduplicating CTF linker adds 478c04a55e libctf: remove reference to "unconflicted link mode". adds f5060e5633 libctf: add a deduplicator-specific type mapping table adds 4659554b28 libctf: minor error-handling fixes adds cf6a0b989a libctf: fix signed/unsigned comparison confusion adds 8e7e446446 libctf: free ctf_dynsyms properly adds 211bcd0133 bfd, ld, libctf: skip zero-refcount strings in CTF string reporting adds ca8f6bc629 Fix the BFD library's parsing of DIEs where specification at [...]
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 31 ++ bfd/dwarf2.c | 133 ++++-- bfd/elf-strtab.c | 4 +- bfd/elf64-ppc.c | 12 + bfd/elflink.c | 11 +- bfd/linker.c | 1 + bfd/version.h | 2 +- binutils/ChangeLog | 21 + binutils/doc/binutils.texi | 13 +- binutils/dwarf.c | 54 +-- binutils/nm.c | 21 +- binutils/testsuite/binutils-all/compress.exp | 15 + include/ChangeLog | 10 + include/bfdlink.h | 4 + include/ctf-api.h | 3 +- ld/ChangeLog | 55 +++ ld/NEWS | 3 + ld/emultempl/elf.em | 4 + ld/ld.texi | 17 + ld/ldelfgen.c | 15 +- ld/ldlang.c | 13 + ld/ldmain.c | 1 + ld/lexsup.c | 13 +- ld/scripttempl/pe.sc | 81 +++- ld/scripttempl/pep.sc | 87 +++- ld/testsuite/ld-elf/pr25708.d | 2 +- ld/testsuite/ld-elf/pr27128a.d | 2 +- ld/testsuite/ld-elf/pr27128b.d | 2 +- ld/testsuite/ld-elf/pr27128c.d | 2 +- ld/testsuite/ld-elf/pr27128d.d | 2 +- ld/testsuite/ld-elf/pr27128e.d | 2 +- ld/testsuite/ld-gc/gc.exp | 1 + ld/testsuite/ld-gc/start2.d | 10 + ld/testsuite/ld-gc/start2.s | 7 + ld/testsuite/ld-powerpc/powerpc.exp | 9 + ld/testsuite/ld-powerpc/startstop.d | 10 + ld/testsuite/ld-powerpc/startstop.r | 2 + ld/testsuite/ld-powerpc/startstop.s | 16 + ld/testsuite/ld-powerpc/weak1.d | 26 ++ ld/testsuite/ld-powerpc/weak1.r | 5 + ld/testsuite/ld-powerpc/weak1.s | 22 + ld/testsuite/ld-powerpc/weak1so.d | 26 ++ ld/testsuite/ld-powerpc/weak1so.r | 7 + libctf/ChangeLog | 108 ++++- libctf/ctf-archive.c | 70 +--- libctf/ctf-create.c | 111 +++++- libctf/ctf-dedup.c | 215 +++++----- libctf/ctf-dump.c | 4 +- libctf/ctf-impl.h | 17 +- libctf/ctf-link.c | 577 ++++++--------------------- libctf/ctf-types.c | 115 ++---- 51 files changed, 1194 insertions(+), 800 deletions(-) create mode 100644 ld/testsuite/ld-gc/start2.d create mode 100644 ld/testsuite/ld-gc/start2.s create mode 100644 ld/testsuite/ld-powerpc/startstop.d create mode 100644 ld/testsuite/ld-powerpc/startstop.r create mode 100644 ld/testsuite/ld-powerpc/startstop.s create mode 100644 ld/testsuite/ld-powerpc/weak1.d create mode 100644 ld/testsuite/ld-powerpc/weak1.r create mode 100644 ld/testsuite/ld-powerpc/weak1.s create mode 100644 ld/testsuite/ld-powerpc/weak1so.d create mode 100644 ld/testsuite/ld-powerpc/weak1so.r