This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-aarch64-build_cross in repository toolchain/ci/binutils-gdb.
from 54904d818b Enable multi-process mode in the FreeBSD native target. adds 96118d114e Fix spurious unhandled remote %Stop notifications adds 43667cc6f6 Fix latent bug in target_pass_ctrlc adds 42bd97a6b1 Avoid constant stream of TARGET_WAITKIND_NO_RESUMED adds 7d3badc6a8 Fix handle_no_resumed w/ multiple targets adds d6cc5d980a Make handle_no_resumed transfer terminal adds 4fdba23df6 Testcase for previous handle_no_resumed fixes adds b3e3a4c114 Fix GDB busy loop when interrupting non-stop program (PR 26199) adds 6d7aa59270 Fix crash if connection drops in scoped_restore_current_thre [...] adds cce20f1074 Fix crash if connection drops in scoped_restore_current_thre [...] adds ee9cb95ea1 Automatic date update in version.in adds a308b89de7 x86: Support GNU_PROPERTY_X86_FEATURE_2_TMM adds 0a278aa755 Fine tune exec-file-mismatch help and documentation. adds 0ed35c9ae0 rust: Fix rust modules test adds 14c4811d65 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- binutils/ChangeLog | 5 ++ binutils/readelf.c | 3 + gas/ChangeLog | 13 ++++ gas/config/tc-i386.c | 4 + gas/testsuite/gas/i386/i386.exp | 3 + gas/testsuite/gas/i386/x86-64-property-7.d | 9 +++ gas/testsuite/gas/i386/x86-64-property-7.s | 2 + gas/testsuite/gas/i386/x86-64-property-8.d | 9 +++ gas/testsuite/gas/i386/x86-64-property-8.s | 2 + gas/testsuite/gas/i386/x86-64-property-9.d | 9 +++ gas/testsuite/gas/i386/x86-64-property-9.s | 2 + gdb/ChangeLog | 69 +++++++++++++++++ gdb/doc/ChangeLog | 4 + gdb/doc/gdb.texinfo | 2 + gdb/dwarf2/frame-tailcall.c | 18 ++++- gdb/exec.c | 8 +- gdb/gdbthread.h | 14 +++- gdb/infrun.c | 116 ++++++++++++++++++++--------- gdb/remote.c | 15 +++- gdb/target.c | 2 +- gdb/testsuite/ChangeLog | 14 ++++ gdb/testsuite/gdb.multi/multi-target.c | 4 +- gdb/testsuite/gdb.multi/multi-target.exp | 76 +++++++++++++++++++ gdb/testsuite/gdb.rust/modules.rs | 3 +- gdb/thread.c | 25 +++---- gdb/value.c | 13 +++- include/ChangeLog | 4 + include/elf/common.h | 1 + 29 files changed, 385 insertions(+), 66 deletions(-) create mode 100644 gas/testsuite/gas/i386/x86-64-property-7.d create mode 100644 gas/testsuite/gas/i386/x86-64-property-7.s create mode 100644 gas/testsuite/gas/i386/x86-64-property-8.d create mode 100644 gas/testsuite/gas/i386/x86-64-property-8.s create mode 100644 gas/testsuite/gas/i386/x86-64-property-9.d create mode 100644 gas/testsuite/gas/i386/x86-64-property-9.s