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-next-allyesconfig in repository toolchain/ci/binutils-gdb.
from 88c4cce8d2 Use unique_ptr to destroy per-bfd object adds 59f214544c elf: Reset alignment for each PT_LOAD segment adds fcbfb25dcc Automatic date update in version.in adds 94e27e8e69 MIPS: Use R_MIPS_REL16 for BFD_RELOC_16 adds 6b9bd54c24 Re: Get rid of fprintf_vma and sprintf_vma adds b82817674f Don't use BFD_VMA_FMT in binutils adds 60adf22c14 [gdb/tdep] Fix gdb.base/large-frame.exp for aarch64 adds 3c71833c67 [gdb/testsuite] Fix ERROR in gdb.base/watchpoint-unaligned.exp adds 367dda8596 [gdb/testsuite] Fix .debug_aranges in gdb.dwarf2/fission-loclists.S adds 0655397b57 Use bool in gdbarch adds b987c79ac1 Use new and delete for gdbarch adds 8b15404301 Allow registry to refer to const types adds 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 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 adds 77b38f6db9 ubsan: som.c undefined shift in som_set_reloc_info adds 578a7392c3 objcopy section alignment adds f7a559d5e1 msan: bfd_mach_o_layout_commands use of uninitialised value adds 431d48ef28 asan: segfault in coff_write_auxent_fname adds 45c8663b92 asan: heap buffer overflow in _bfd_error_handler adds 3ba7b1551b Automatic date update in version.in adds f4cbdf0b68 [gdb/testsuite] Add support for .debug_names in dwarf assembler adds c7cd10637c [gdb/symtab] Fix assert in read_addrmap_from_aranges adds 411c7e044f [gdb/build] Fix build with gcc 4.8.5
No new revisions were added by this update.
Summary of changes: bfd/Makefile.in | 1 - bfd/archive.c | 6 +- bfd/bfd-in.h | 4 - bfd/bfd-in2.h | 6 +- bfd/coff64-rs6000.c | 2 +- bfd/coffcode.h | 17 +- bfd/coffgen.c | 6 +- bfd/configure | 38 +- bfd/configure.ac | 12 - bfd/configure.com | 12 - bfd/elf.c | 20 +- bfd/elf32-ppc.c | 6 +- bfd/elf32-rx.c | 23 +- bfd/elf64-ia64-vms.c | 2 +- bfd/elf64-mips.c | 1 + bfd/elf64-ppc.c | 12 +- bfd/elfcode.h | 7 +- bfd/elflink.c | 8 +- bfd/elfn32-mips.c | 1 + bfd/elfnn-aarch64.c | 22 +- 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/bucomm.c | 6 +- binutils/coffdump.c | 3 +- binutils/dwarf.c | 46 ++- binutils/objcopy.c | 26 +- binutils/od-xcoff.c | 34 +- binutils/readelf.c | 135 +++---- binutils/size.c | 14 +- elfcpp/elfcpp.h | 4 +- gas/ChangeLog | 6 + gas/config/tc-arc.c | 12 +- gas/config/tc-i386.c | 4 +- gas/config/tc-riscv.c | 10 +- gas/macro.c | 2 +- gas/read.c | 5 +- gas/testsuite/gas/elf/section10.d | 3 +- gas/testsuite/gas/elf/section10.s | 2 +- gdb/aarch64-tdep.c | 22 +- gdb/arch-utils.c | 124 +----- gdb/bsd-uthread.c | 37 +- gdb/d-lang.c | 21 +- gdb/d-lang.h | 48 +-- gdb/dwarf2/expr.c | 32 +- gdb/dwarf2/frame.c | 58 ++- gdb/dwarf2/read.c | 46 ++- gdb/expprint.c | 13 + gdb/f-lang.c | 18 +- gdb/f-lang.h | 32 +- gdb/fbsd-tdep.c | 25 +- gdb/frame-base.c | 38 +- gdb/frame-unwind.c | 39 +- gdb/gdbarch.c | 428 ++++++++++----------- gdb/gdbarch.h | 34 +- gdb/gdbarch.py | 30 +- gdb/gdbtypes.c | 29 +- gdb/gdbtypes.h | 94 ++--- gdb/gnu-v3-abi.c | 42 +- gdb/go-lang.c | 21 +- gdb/go-lang.h | 36 +- gdb/guile/scm-arch.c | 45 +-- gdb/guile/scm-symbol.c | 34 +- gdb/ia64-libunwind-tdep.c | 23 +- gdb/ia64-libunwind-tdep.h | 10 +- gdb/jit.c | 37 +- gdb/language.c | 37 +- gdb/linux-tdep.c | 22 +- gdb/m2-lang.c | 24 +- gdb/m2-lang.h | 10 +- gdb/netbsd-tdep.c | 25 +- gdb/python/py-arch.c | 24 +- gdb/python/py-registers.c | 31 +- gdb/python/py-unwind.c | 18 +- gdb/regcache.c | 36 +- gdb/reggroups.c | 54 +-- gdb/registry.h | 2 +- gdb/remote.c | 31 +- gdb/rs6000-tdep.c | 2 +- gdb/solib-svr4.c | 32 +- gdb/solib.c | 26 +- gdb/target-descriptions.c | 52 +-- gdb/testsuite/gdb.base/watchpoint-unaligned.exp | 8 +- gdb/testsuite/gdb.dwarf2/_start.c | 27 ++ .../gdb.dwarf2/debug-names-duplicate-cu.exp | 78 ++++ .../gdb.dwarf2/debug-names-non-ascending-cu.exp | 83 ++++ gdb/testsuite/gdb.dwarf2/debug-names.exp | 79 ++++ gdb/testsuite/gdb.dwarf2/fission-loclists.S | 14 - gdb/testsuite/lib/dwarf.exp | 229 ++++++++++- gdb/unittests/function-view-selftests.c | 82 +++- gdb/unittests/parallel-for-selftests.c | 105 +++-- gdb/user-regs.c | 50 +-- gdb/valprint.c | 12 + gdb/windows-tdep.c | 43 +-- 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 gprof/corefile.c | 4 +- ld/emultempl/aix.em | 4 +- ld/ldctor.c | 6 +- ld/ldlang.c | 146 +++---- ld/ldmain.c | 6 +- ld/ldmisc.c | 29 +- ld/ldmisc.h | 3 +- ld/testsuite/ld-elf/pr29435.d | 11 + ld/testsuite/ld-elf/pr29435.s | 6 + opcodes/s12z-dis.c | 6 +- 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 +- 130 files changed, 2602 insertions(+), 1723 deletions(-) create mode 100644 gdb/testsuite/gdb.dwarf2/_start.c create mode 100644 gdb/testsuite/gdb.dwarf2/debug-names-duplicate-cu.exp create mode 100644 gdb/testsuite/gdb.dwarf2/debug-names-non-ascending-cu.exp create mode 100644 gdb/testsuite/gdb.dwarf2/debug-names.exp copy gold/testsuite/{gnu_property_main.c => package_metadata_main.c} (100%) create mode 100644 ld/testsuite/ld-elf/pr29435.d create mode 100644 ld/testsuite/ld-elf/pr29435.s