This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-stable-allyesconfig in repository toolchain/ci/binutils-gdb.
from d5cf82c0d7 Adjust array pretty printer tests to the new format adds ee9d1e5f76 Calculate size of array of stubbed type adds 7d186bc042 Implement debugging of WOW64 processes in gdbserver adds 102e38eba7 Remove duplicated creation of "frame" command and "f" alias. adds b2a0dd767a Revert "2020-04-29 Sterling Augustine saugustine@google.com" adds 117539e6d5 Add support for NetBSD thread events (create, exit) adds eb47d2fa97 Automatic date update in version.in adds 94a8e7b0ef Regen ld BLD-POTFILES.in adds 91ed9b71fa ppc32 merging of e_flags from dynamic objects adds 6b728d3286 FIXME for merging of e_flags and .gnu.attributes adds a8acd6eeb6 PR25882, .gnu.attributes are not checked for shared libraries adds 6083233224 objdump: long run time when using -D -z adds a2714d6cca PR25900, RISC-V: null pointer dereference adds 53ae0aa9c6 [gdb/testsuite] Fix Wunused-result warning in until-reverse.c adds 8dbb13755b Fix size recalculation of fortran arrays adds 652fc23a30 Remove gdb-gdb.gdb breakpoint on disappeared function info_command. adds 693196cba2 [gdb/testsuite] Fix gdb.ada/operator_bp.exp breakpoint locat [...] adds e977e74712 gold: Handle local IFUNC symbol for APLT adds 48bc218262 gold: Increment plt_offset after setting TLSDESC PLT entry adds de6d6067f5 gold: Update ver_test_pr16504.sh
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 33 +++ bfd/elf32-bfin.c | 4 + bfd/elf32-frv.c | 4 + bfd/elf32-nds32.c | 4 + bfd/elf32-ppc.c | 3 + bfd/elf32-score.c | 4 + bfd/elf32-score7.c | 4 + bfd/elf32-sh.c | 4 + bfd/elf32-tic6x.c | 7 + bfd/elf64-ia64-vms.c | 4 + bfd/elfnn-ia64.c | 4 + bfd/elfnn-riscv.c | 11 +- bfd/elfxx-mips.c | 1 + bfd/version.h | 2 +- binutils/ChangeLog | 7 + binutils/objdump.c | 67 +++--- gdb/ChangeLog | 28 ++- gdb/dwarf2/read.c | 1 - gdb/gdb-gdb.gdb.in | 6 - gdb/gdbtypes.c | 118 +++++----- gdb/nbsd-nat.c | 82 ++++++- gdb/nbsd-nat.h | 1 + gdb/stack.c | 9 - gdb/testsuite/ChangeLog | 17 ++ gdb/testsuite/gdb.ada/operator_bp.exp | 14 +- .../stub-array-size.cc} | 10 +- .../{overload-const.exp => stub-array-size.exp} | 16 +- .../stub-array-size.h} | 7 +- .../stub-array-size2.cc} | 6 +- gdb/testsuite/gdb.reverse/until-reverse.c | 3 +- gdbserver/ChangeLog | 32 +++ gdbserver/configure.srv | 4 +- gdbserver/win32-arm-low.cc | 10 +- gdbserver/win32-i386-low.cc | 171 ++++++++++++--- gdbserver/win32-low.cc | 239 ++++++++++++++++++--- gdbserver/win32-low.h | 10 +- gold/ChangeLog | 18 ++ gold/testsuite/ver_test_pr16504.sh | 4 +- gold/x86_64.cc | 16 +- ld/ChangeLog | 10 + ld/ldlang.c | 9 +- ld/po/BLD-POTFILES.in | 1 + 42 files changed, 801 insertions(+), 204 deletions(-) copy gdb/testsuite/{gdb.base/psym-external-decl.c => gdb.cp/stub-array-size.cc} (93%) copy gdb/testsuite/gdb.cp/{overload-const.exp => stub-array-size.exp} (68%) copy gdb/testsuite/{gdb.multi/run-only-second-inf.c => gdb.cp/stub-array-size.h} (96%) copy gdb/testsuite/{gdb.base/persistent-lang.cc => gdb.cp/stub-array-size2.cc} (95%)