This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/gnu-master-arm-spec2k6-Os_LTO in repository toolchain/ci/binutils-gdb.
from eedc3f4f0a Replace throw_exception with throw in some cases adds 6f2791d5de x86: Consolidate AVX512 BF16 entries in i386-opc.tbl adds da9b5f7be7 Use elf-x86.em for i386-moss and i386-beos adds 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. new e242fd1249 Use -qualified flag when setting temporary breakpoint in sta [...] new 9ca1957fcb Fix typo in latest ChangeLog entry
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 | 11 + binutils/readelf.c | 3 + binutils/testsuite/binutils-all/i386/pr21231b.d | 2 +- binutils/testsuite/binutils-all/nm.exp | 1 + 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 | 66 +++++ gdb/common/common-exceptions.c | 22 +- gdb/common/common-exceptions.h | 22 +- gdb/doc/ChangeLog | 11 + gdb/doc/python.texi | 17 +- gdb/gdbthread.h | 4 +- gdb/infcmd.c | 5 +- gdb/linux-thread-db.c | 19 ++ gdb/python/py-inferior.c | 37 ++- gdb/python/py-infthread.c | 33 +++ gdb/remote.c | 10 + 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 | 18 ++ ld/Makefile.am | 4 - ld/Makefile.in | 5 - ld/configure.tgt | 1 - ld/emulparams/elf_i386_be.sh | 1 + ld/emulparams/elf_i386_chaos.sh | 15 -- ld/emulparams/i386moss.sh | 1 + ld/testsuite/ld-elf/shared.exp | 6 +- opcodes/ChangeLog | 9 + opcodes/i386-opc.tbl | 29 +-- opcodes/i386-tbl.h | 282 ++------------------- opcodes/mips-opc.c | 1 + 52 files changed, 487 insertions(+), 396 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