This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap_lto in repository toolchain/ci/binutils-gdb.
from cb275538db Use registry in gdbarch adds 62b73b6580 Automatic date update in version.in adds 1369522f36 Recognize the new ELF compression type for ZSTD. adds 701821154b Add gold support for --package-metadata option. adds 731d2cc1d5 [gdb] Add debug_{exp,val} adds 5858ac626e When gas/read.c calls mbstowcs with a NULL destination, it s [...] adds 8005415fe9 gas: fix a testcase broken by new ZSTD support adds 188bc85476 binutils/Dwarf: avoid "shadowing" of glibc function name adds dfbc689c69 Sanity check loc_offsets index adds 37c59664ad asan: ppc64_elf_get_synthetic_symtab heap buffer overflow adds 5ee285ca3e Update following 2.39 release adds 377c3a9c91 Introduce gdb::make_function_view adds b859a3ef48 [gdbsupport] Add task size parameter in parallel_for_each adds b069b588cf [gdb/symtab] Use task size in parallel_for_each in dwarf2_bu [...] adds 728d5439e3 [gdb] Add unit test for gdb::sequential_for_each adds 99c9026904 [gdb/build] Fix build breaker in language.c with gcc 7.5.0
No new revisions were added by this update.
Summary of changes: bfd/elf.c | 11 +- bfd/elf32-ppc.c | 6 +- bfd/elf64-ia64-vms.c | 2 +- bfd/elf64-ppc.c | 6 +- bfd/elflink.c | 8 +- bfd/version.h | 2 +- binutils/README-how-to-make-a-release | 45 ++-- binutils/dwarf.c | 46 ++-- binutils/readelf.c | 2 + elfcpp/elfcpp.h | 4 +- gas/ChangeLog | 6 + gas/read.c | 5 +- gas/testsuite/gas/elf/section10.d | 3 +- gas/testsuite/gas/elf/section10.s | 2 +- gdb/dwarf2/read.c | 9 +- gdb/expprint.c | 13 + gdb/language.c | 2 +- gdb/unittests/function-view-selftests.c | 82 ++++++- gdb/unittests/parallel-for-selftests.c | 105 ++++++-- gdb/valprint.c | 12 + gdbsupport/common-defs.h | 6 + gdbsupport/function-view.h | 127 ++++++++++ gdbsupport/parallel-for.h | 113 +++++++-- gold/Makefile.am | 8 +- gold/Makefile.in | 16 +- gold/aclocal.m4 | 1 + gold/config.in | 3 + gold/configure | 266 +++++++++++++++++++++ gold/configure.ac | 26 ++ gold/layout.cc | 50 ++++ gold/layout.h | 6 + gold/options.h | 4 + gold/testsuite/Makefile.am | 15 +- gold/testsuite/Makefile.in | 52 +++- ...gnu_property_main.c => package_metadata_main.c} | 0 35 files changed, 931 insertions(+), 133 deletions(-) copy gold/testsuite/{gnu_property_main.c => package_metadata_main.c} (100%)