This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-stable-allyesconfig in repository toolchain/ci/binutils-gdb.
from 3f52a09075 gdb/python: Export nibbles to python layer adds fba1ac87dc Fix the sorting algorithm for reloc entries adds 8e2da16518 Fix assertion failure in copy_type adds 9c0ea78342 Automatic date update in version.in adds 49954a0d85 Automatic date update in version.in adds 8a24927bc8 PR29261, memory leak in parse_stab_struct_fields adds 0d02e70b19 PR29262, memory leak in pr_function_type adds 5ffa6ca3e5 Move finish_print out of value_print_options adds 7b97003ccd Automatic date update in version.in adds acd65fa610 Default to disabling the linker warnings about execstack and [...] adds ec41dd75c8 Binutils support for dwarf-5 (location and range lists related) adds bfda149dc1 Document how GDB searches for files when using -s, -e, and - [...] adds 6bd2318f32 libctf: fix linking together multiple objects derived from t [...] adds 3ec2b3c058 libctf: avoid mingw warning adds 6a8829ebb2 libctf: tests: prune warnings from compiler output adds b232f81a54 ld: regenerate configure after recent misgeneration adds b6a7c07c40 Automatic date update in version.in new 581db2a29b PR29270, DW_FORM_udata signed output new 46439c90f2 PowerPC64: stub debug dump
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/elf64-ppc.c | 59 +++++++- bfd/elflink.c | 12 +- bfd/version.h | 2 +- binutils/ChangeLog | 10 ++ binutils/dwarf.c | 59 ++++++-- binutils/dwarf.h | 1 + binutils/prdbg.c | 7 +- binutils/stabs.c | 5 +- gdb/doc/gdb.texinfo | 5 + gdb/gdbtypes.c | 21 ++- gdb/infcmd.c | 15 +- gdb/testsuite/gdb.base/printcmds.exp | 3 + gdb/valprint.c | 1 - gdb/valprint.h | 3 - ld/ChangeLog | 11 ++ ld/configure | 14 +- ld/configure.ac | 14 +- ld/testsuite/ld-elf/elf.exp | 13 +- ld/testsuite/ld-elf/pr29259.d | 13 ++ ld/testsuite/ld-elf/pr29259.s | 14 ++ ld/testsuite/ld-elf/pr29259.t | 4 + libctf/ctf-dedup.c | 2 + libctf/ctf-impl.h | 4 + libctf/ctf-link.c | 161 ++++++++++++++++----- libctf/ctf-serialize.c | 2 +- libctf/testsuite/config/default.exp | 7 + libctf/testsuite/lib/ctf-lib.exp | 4 +- .../libctf-regression/libctf-repeat-cu-lib.c | 9 ++ .../libctf-regression/libctf-repeat-cu-main.c | 5 + .../testsuite/libctf-regression/libctf-repeat-cu.d | 7 + .../libctf-regression/libctf-repeat-cu.exp | 118 +++++++++++++++ 31 files changed, 517 insertions(+), 88 deletions(-) create mode 100644 ld/testsuite/ld-elf/pr29259.d create mode 100644 ld/testsuite/ld-elf/pr29259.s create mode 100644 ld/testsuite/ld-elf/pr29259.t create mode 100644 libctf/testsuite/libctf-regression/libctf-repeat-cu-lib.c create mode 100644 libctf/testsuite/libctf-regression/libctf-repeat-cu-main.c create mode 100644 libctf/testsuite/libctf-regression/libctf-repeat-cu.d create mode 100644 libctf/testsuite/libctf-regression/libctf-repeat-cu.exp