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-defconfig in repository toolchain/ci/binutils-gdb.
from 0ca4866abe Fix makeinfo warnings in gdb.texinfo and python.texi docs adds 7ecb51549a PR25823, Use after free in bfd_hash_lookup adds b1bc1394df objdump --no-addresses adds 95a5156812 Unify the behaviour of ld.bfd and ld.gold with respect to wa [...] adds a0e9b53238 Better handling of realpath() failure in windows_make_so() o [...] adds 99f1bc6aaa gdb: Don't corrupt completions hash when expanding the hash table adds ce127a96c9 Use debug_printf in windows-nat.c adds c7d6480903 Fix OpenBSD build error. adds 27e91adae9 Automatic date update in version.in adds e2275c6ee8 gdbserver: fix format string warning in win32-low.cc adds 937f661468 Extend objdump --no-addresses info adds 06507dab61 PowerPC64 GOT reloc optimisation adds 2165dc8d90 PowerPC64 GOT reloc reserving PLT entry for ifunc adds d191d716f3 [gdb/testsuite] Fix maint-expand-symbols-header-file.exp for [...]
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 23 ++++++ bfd/coff-rs6000.c | 3 +- bfd/coff64-rs6000.c | 5 +- bfd/elf-bfd.h | 5 +- bfd/elf32-m32r.c | 12 +-- bfd/elf32-score.c | 13 +-- bfd/elf32-score7.c | 11 +-- bfd/elf32-sh.c | 13 +-- bfd/elf32-spu.c | 15 ++-- bfd/elf64-hppa.c | 17 ++-- bfd/elf64-ppc.c | 17 ++-- bfd/elflink.c | 12 +-- bfd/elfxx-mips.c | 9 ++- bfd/peXXigen.c | 20 ++--- bfd/version.h | 2 +- binutils/ChangeLog | 15 ++++ binutils/doc/binutils.texi | 6 ++ binutils/objdump.c | 57 +++++++++----- gdb/ChangeLog | 23 ++++++ gdb/completer.c | 18 ++++- gdb/obsd-nat.c | 12 +-- gdb/testsuite/ChangeLog | 9 +++ .../gdb.base/maint-expand-symbols-header-file.exp | 8 +- gdb/testsuite/gdb.base/many-completions.exp | 92 ++++++++++++++++++++++ gdb/windows-nat.c | 13 +-- gdbserver/ChangeLog | 4 + gdbserver/win32-low.cc | 2 +- include/ChangeLog | 7 ++ include/bfdlink.h | 8 +- ld/ChangeLog | 9 +++ ld/emultempl/aix.em | 4 +- ld/emultempl/elf.em | 6 +- ld/lexsup.c | 36 +++------ 33 files changed, 369 insertions(+), 137 deletions(-) create mode 100644 gdb/testsuite/gdb.base/many-completions.exp