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-allmodconfig in repository toolchain/ci/binutils-gdb.
from cb001c0d28 bfd_cleanup for object_p adds ba3265d04c Restore readelf's string dump to previous behaviour where ne [...] adds 4e07c9e2b6 Import latest fixes to libiberty from GCC adds 728d32c496 trad_unix_core_file_p: Return bfd_cleanup adds b312fea191 The procedure to find an unused port for the debuginfod test [...] adds a84bb2a079 gdb: Move defs.h before any system header in debuginfod-support.c adds 601b73d500 Re: bfd_cleanup for object_p adds 40b35c78b6 Re: bfd_cleanup for object_p adds 590003dc0e [gdb/testsuite] Add -lbl option in gdb_test_multiple adds 442131c1be gdbserver: Add mechanism to prevent sending T stop packets adds 24ed6739b6 gdb/remote: Restore support for 'S' stop reply packet adds 81b86b9702 Fix arm-netbsd build error: convert from FPA to VFP adds 63e163f24f gdb: Allow GDB to _not_ load a previous command history adds 9822cb57f7 Small clean up of use_displaced_stepping adds e3e896e667 Tidy obj-coff.h adds f45fb2900c Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 25 ++++ bfd/aix386-core.c | 4 +- bfd/aix5ppc-core.c | 35 +++-- bfd/cisco-core.c | 14 +- bfd/hppabsd-core.c | 4 +- bfd/hpux-core.c | 6 +- bfd/irix-core.c | 4 +- bfd/lynx-core.c | 4 +- bfd/netbsd-core.c | 4 +- bfd/osf-core.c | 4 +- bfd/ptrace-core.c | 4 +- bfd/sco5-core.c | 18 ++- bfd/trad-core.c | 4 +- bfd/version.h | 2 +- binutils/ChangeLog | 14 ++ binutils/readelf.c | 80 +++++++++++- binutils/testsuite/binutils-all/debuginfod.exp | 54 ++++---- binutils/testsuite/binutils-all/pr25543.d | 12 ++ binutils/testsuite/binutils-all/pr25543.s | 7 + binutils/testsuite/binutils-all/readelf.exp | 1 + gas/ChangeLog | 5 + gas/config/obj-coff.h | 14 -- gdb/ChangeLog | 51 ++++++++ gdb/NEWS | 6 + gdb/arm-nbsd-nat.c | 121 +++++++++-------- gdb/debuginfod-support.c | 2 +- gdb/doc/ChangeLog | 7 + gdb/doc/gdb.texinfo | 25 +++- gdb/infrun.c | 63 ++++++--- gdb/remote.c | 43 ++++-- gdb/testsuite/ChangeLog | 24 ++++ gdb/testsuite/gdb.base/corefile-buildid.exp | 27 +--- gdb/testsuite/gdb.base/default.exp | 2 - gdb/testsuite/gdb.base/gdbinit-history.exp | 151 ++++++++++++++++++++++ gdb/testsuite/gdb.server/stop-reply-no-thread.exp | 80 +++++++----- gdb/testsuite/lib/gdb.exp | 104 ++++++++++----- gdb/top.c | 51 ++++++-- gdbserver/ChangeLog | 8 ++ gdbserver/remote-utils.cc | 20 +++ gdbserver/server.cc | 3 + gdbserver/server.h | 1 + libiberty/ChangeLog | 6 + libiberty/simple-object.c | 3 + 43 files changed, 836 insertions(+), 281 deletions(-) create mode 100644 binutils/testsuite/binutils-all/pr25543.d create mode 100644 binutils/testsuite/binutils-all/pr25543.s