This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-master-arm-spec2k6-Oz_LTO in repository toolchain/ci/binutils-gdb.
from 3ae61bb67d x86: Remove i386-*-kaos* and i386-*-chaos targets adds 56be6ea89c Some gdb_exception{,error,quit} tweaks adds c93c0e7f3f XFAIL PR ld/20995 tests for lynxos and nto targets adds 8c402d4151 Automatic date update in version.in adds 462cac5884 x86: Define GNU_PROPERTY_X86_ISA_1_AVX512_BF16 adds 3d6c62048d Introduce target_ops method thread_info_to_thread_handle adds cf63b0162b Add python method InferiorThread.handle adds 50a82723c4 Support buffer objects as handles in Inferior.thread_from_th [...] adds 947210e569 Tests for gdb.InferiorThread.handle adds c369f8f0fa Documentation for python method InferiorThread.handle adds 2b0c8b0199 Rename python function thread_from_thread_handle to thread_f [...] adds 7e96e219a4 [MIPS] Add RDHWR with the SEL field for MIPS R6. adds e242fd1249 Use -qualified flag when setting temporary breakpoint in sta [...] adds 9ca1957fcb Fix typo in latest ChangeLog entry adds 9ab8741a48 Consistently use bool for fake_pid_p adds b0319eaaf9 Use find_thread_in_random in select_event_lwp
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- binutils/ChangeLog | 7 ++ binutils/readelf.c | 3 + binutils/testsuite/binutils-all/i386/pr21231b.d | 2 +- binutils/testsuite/binutils-all/x86-64/pr21231b.d | 2 +- gas/ChangeLog | 15 +++++ gas/config/tc-i386.c | 2 + gas/testsuite/gas/i386/property-2.d | 2 +- gas/testsuite/gas/i386/property-2.s | 1 + gas/testsuite/gas/i386/x86-64-property-2.d | 2 +- gas/testsuite/gas/mips/hwr-names.s | 11 ++++ gas/testsuite/gas/mips/mips.exp | 2 + .../{hwr-names-mips64r2.d => mipsr6@hwr-names.d} | 14 +++- gdb/ChangeLog | 76 ++++++++++++++++++++++ gdb/common/common-exceptions.c | 22 ++----- gdb/common/common-exceptions.h | 22 +++++-- gdb/corelow.c | 4 +- gdb/doc/ChangeLog | 11 ++++ gdb/doc/python.texi | 17 ++++- gdb/gdbserver/ChangeLog | 4 ++ gdb/gdbserver/linux-low.c | 35 ++-------- gdb/gdbthread.h | 4 +- gdb/infcmd.c | 5 +- gdb/inferior.c | 2 +- gdb/linux-thread-db.c | 19 ++++++ gdb/python/py-inferior.c | 37 +++++++++-- gdb/python/py-infthread.c | 33 ++++++++++ gdb/remote.c | 24 +++++-- gdb/target-debug.h | 2 + gdb/target-delegates.c | 28 ++++++++ gdb/target.c | 8 +++ gdb/target.h | 9 +++ gdb/testsuite/ChangeLog | 15 +++++ .../py-rbreak-func2.c => gdb.base/start-cpp.cc} | 17 +++-- .../gdb.base/{start.exp => start-cpp.exp} | 11 ++-- gdb/testsuite/gdb.python/py-thrhandle.exp | 68 ++++++++++++++----- gdb/thread.c | 10 +-- include/ChangeLog | 4 ++ include/elf/common.h | 1 + ld/ChangeLog | 5 ++ ld/testsuite/ld-elf/shared.exp | 6 +- opcodes/ChangeLog | 4 ++ opcodes/mips-opc.c | 1 + 43 files changed, 451 insertions(+), 118 deletions(-) copy gas/testsuite/gas/mips/{hwr-names-mips64r2.d => mipsr6@hwr-names.d} (75%) copy gdb/testsuite/{gdb.python/py-rbreak-func2.c => gdb.base/start-cpp.cc} (85%) copy gdb/testsuite/gdb.base/{start.exp => start-cpp.exp} (72%)