This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_binutils/master-arm in repository toolchain/ci/gdb.
from 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 adds 29136be7df Don't use BFD_VMA_FMT in gdb and sim adds 4900c4e60c Get rid of BFD_VMA_FMT adds 9663a947c0 Automatic date update in version.in new 77b38f6db9 ubsan: som.c undefined shift in som_set_reloc_info new 578a7392c3 objcopy section alignment new f7a559d5e1 msan: bfd_mach_o_layout_commands use of uninitialised value new 431d48ef28 asan: segfault in coff_write_auxent_fname
The 4 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/Makefile.in | 1 - bfd/bfd-in.h | 4 - bfd/bfd-in2.h | 6 +- bfd/coffcode.h | 9 ++- bfd/coffgen.c | 3 +- bfd/configure | 38 +--------- bfd/configure.ac | 12 --- bfd/configure.com | 12 --- 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/mach-o.c | 78 +++++++++++--------- bfd/section.c | 2 + bfd/som.c | 20 +++-- bfd/version.h | 2 +- binutils/README-how-to-make-a-release | 45 ++++++----- binutils/dwarf.c | 46 +++++++----- binutils/objcopy.c | 26 ++----- gdb/dwarf2/read.c | 9 ++- gdb/language.c | 2 +- gdb/unittests/function-view-selftests.c | 82 ++++++++++++++++++++- gdb/unittests/parallel-for-selftests.c | 105 ++++++++++++++++++++------ gdb/windows-tdep.c | 18 +++-- gdbsupport/function-view.h | 127 ++++++++++++++++++++++++++++++++ gdbsupport/parallel-for.h | 113 ++++++++++++++++++++++------ sim/common/cgen-trace.c | 4 +- sim/common/sim-load.c | 13 ++-- sim/cr16/interp.c | 4 +- sim/cris/sim-if.c | 25 ++++--- sim/d10v/interp.c | 4 +- sim/erc32/func.c | 4 +- sim/m32c/load.c | 4 +- sim/rl78/load.c | 22 +++--- sim/rx/load.c | 14 ++-- 36 files changed, 595 insertions(+), 292 deletions(-)