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-lts-defconfig in repository toolchain/ci/binutils-gdb.
from c7adb09f35 Fix typo in gdb/testsuite/ChangeLog adds a4425a57c7 Fuzzers whining about mach-o support adds 4f180d5396 Check for null result from gdb_demangle adds bd360d3048 gdb/testsuite: Add test for case where gdb_demangle returns NULL adds 1eb7317953 [gdb] Fix cc-with-dwz regression adds e94e944bf2 Fix two more mips-tdep.h declarations adds 755251522a [gdb/testsuite] Fix gdb.go/methods.exp adds d4d947ae37 Update partial_symtab comment adds 5522c15d39 Automatic date update in version.in adds dda42c0b7b Add a mostlyclean target to gdbserver adds 7b3c27152b PR25585, PHDR segment not covered by LOAD segment
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 23 ++++ bfd/elf.c | 6 +- bfd/mach-o.c | 136 ++++++++++++++++----- bfd/version.h | 2 +- gdb/ChangeLog | 19 +++ gdb/dwarf2/read.c | 2 + gdb/mips-tdep.h | 4 +- gdb/psympriv.h | 3 +- gdb/psymtab.c | 3 +- gdb/testsuite/ChangeLog | 14 +++ ...o-locals-optimized-out.c => cpp-linkage-name.c} | 10 +- gdb/testsuite/gdb.dwarf2/cpp-linkage-name.exp | 96 +++++++++++++++ gdb/testsuite/gdb.go/methods.exp | 75 ++++++++++-- gdbserver/ChangeLog | 4 + gdbserver/Makefile.in | 2 +- ld/ChangeLog | 6 + ld/NEWS | 6 + 17 files changed, 360 insertions(+), 51 deletions(-) copy gdb/testsuite/gdb.dwarf2/{info-locals-optimized-out.c => cpp-linkage-name.c} (84%) create mode 100644 gdb/testsuite/gdb.dwarf2/cpp-linkage-name.exp