This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap_O3 in repository toolchain/ci/binutils-gdb.
from 7dc7323c0b toplevel: Makefile.def: Make configure-sim depend on all-readline adds 399f9ba236 Automatic date update in version.in adds 320fdefef1 ld: Add a before_plugin_all_symbols_read hook adds d7c448293a Re: ld: Add a before_plugin_all_symbols_read hook adds bed566bbf6 Add option to objdump/readelf to disable access to debuginfo [...] adds e48359eaa8 Fix gdbserver/linux target_waitstatus logging assert adds cdff184f42 Fix gdb.threads/clone-new-thread-event.exp race adds b7b1008c0b Fix gdb.threads/current-lwp-dead.exp race adds 1abeb1e90d gdb: Reorganize linux_nat_filter_event adds 5406bc3f1b gdbserver: Reorganize linux_process_target::filter_event adds aa40a989ef gdbserver: Reindent check_zombie_leaders adds 6cf20c46e3 Re-add zombie leader on exit, gdb/linux adds 8a841a3579 Re-add zombie leader on exit, gdbserver/linux adds c6479f8b2a Process exit status is leader exit status testcase adds 00e5d9e9da gdb/gdbarch: fix typo in gdbarch-components.py adds fdda16e1fa Simplify the ui-out progress API adds 56262a931b Change how "print/x" displays floating-point value adds e15454475f gdb/auto-load: Remove repeating "auto-load" from debug message
No new revisions were added by this update.
Summary of changes: bfd/elf-bfd.h | 3 + bfd/elflink.c | 7 +- bfd/version.h | 2 +- binutils/ChangeLog | 17 + binutils/NEWS | 3 + binutils/doc/binutils.texi | 11 +- binutils/doc/debug.options.texi | 17 + binutils/dwarf.c | 36 +- binutils/dwarf.h | 3 + binutils/objdump.c | 8 + binutils/readelf.c | 8 + binutils/testsuite/binutils-all/debuginfod.exp | 14 +- gdb/NEWS | 6 + gdb/auto-load.c | 3 +- gdb/debuginfod-support.c | 2 +- gdb/doc/gdb.texinfo | 28 +- gdb/gdbarch-components.py | 2 +- gdb/linux-nat.c | 180 ++++++---- gdb/printcmd.c | 9 +- gdb/testsuite/gdb.base/printcmds.c | 2 + gdb/testsuite/gdb.base/printcmds.exp | 23 +- gdb/testsuite/gdb.base/return-nodebug.exp | 7 +- gdb/testsuite/gdb.threads/clone-new-thread-event.c | 16 +- .../gdb.threads/clone-new-thread-event.exp | 2 + gdb/testsuite/gdb.threads/current-lwp-dead.c | 101 ++++-- gdb/testsuite/gdb.threads/current-lwp-dead.exp | 23 +- .../process-exit-status-is-leader-exit-status.c | 64 ++++ .../process-exit-status-is-leader-exit-status.exp | 46 +++ gdb/ui-out.h | 14 +- gdbserver/linux-low.cc | 235 ++++++++----- ld/emultempl/elf.em | 14 + ld/emultempl/emulation.em | 1 + ld/ldelf.c | 385 +++++++++++---------- ld/ldelf.h | 2 + ld/ldemul.c | 7 + ld/ldemul.h | 5 + ld/ldlang.c | 2 + ld/testsuite/ld-plugin/lto.exp | 25 ++ ld/testsuite/ld-plugin/pr28849.d | 3 + ld/testsuite/ld-plugin/pr28849a.c | 2 + ld/testsuite/ld-plugin/pr28849b.c | 3 + 41 files changed, 925 insertions(+), 416 deletions(-) create mode 100644 gdb/testsuite/gdb.threads/process-exit-status-is-leader-exit-status.c create mode 100644 gdb/testsuite/gdb.threads/process-exit-status-is-leader-exit-st [...] create mode 100644 ld/testsuite/ld-plugin/pr28849.d create mode 100644 ld/testsuite/ld-plugin/pr28849a.c create mode 100644 ld/testsuite/ld-plugin/pr28849b.c