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-arm-stable-allyesconfig in repository toolchain/ci/binutils-gdb.
from 82b5359312 Count i386-moss as ELF adds 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 new 9ab8741a48 Consistently use bool for fake_pid_p new b0319eaaf9 Use find_thread_in_random in select_event_lwp
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: bfd/ChangeLog | 4 ++ bfd/config.bfd | 8 --- 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 | 21 ++++++ gas/config/tc-i386.c | 2 + gas/configure.tgt | 2 - gas/testsuite/gas/i386/i386.exp | 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 | 13 ++++ ld/Makefile.am | 4 -- ld/Makefile.in | 5 -- ld/configure.tgt | 1 - ld/emulparams/elf_i386_chaos.sh | 15 ----- ld/testsuite/ld-elf/shared.exp | 6 +- opcodes/ChangeLog | 4 ++ opcodes/mips-opc.c | 1 + 51 files changed, 469 insertions(+), 155 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%) delete mode 100644 ld/emulparams/elf_i386_chaos.sh