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 7813437494 gdb: remove TYPE_CODE macro adds 6a31512fd4 gold: powerpc: Test whether sym is not a plugin in do_gc_mar [...] adds 29d6859f09 gdb: infrun: consume multiple events at each pass in stop_al [...] adds a51951c258 Disable record btrace bts support for AMD processors adds 2a50b40146 Fix tight loop on recursively-defined symbols adds 013707794a Enable hardware breakpoints for gdbserver on Windows adds 272c36b87f Fix global variable collision in gdb.multi/multi-kill.exp adds 3c5c364972 Fix gdb.multi/multi-kill.exp adds c959562d9b contrib: Update dg-extract-results.* from gcc adds d1034d7878 gdb/testsuite: Revert commit 843f4d93576eef02139f7b1b3fa1cea [...] adds 6dbc505a74 [gdb/testsuite] Rename *.exp.in to *.exp.tcl adds 163df4df08 Don't silently skip tests if OpenCL is unsupported new 86e4e63d7c Fix "control reaches end of non-void function" errors in testsuite
The 1 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: contrib/ChangeLog | 5 + contrib/dg-extract-results.py | 6 +- contrib/dg-extract-results.sh | 12 +- gas/ChangeLog | 13 + gas/symbols.c | 18 +- gas/testsuite/gas/all/assign-bad-recursive.d | 4 + gas/testsuite/gas/all/assign-bad-recursive.l | 7 + gas/testsuite/gas/all/assign-bad-recursive.s | 8 + gas/testsuite/gas/all/gas.exp | 1 + gdb/ChangeLog | 12 + gdb/infrun.c | 268 +++++++++++---------- gdb/nat/linux-btrace.c | 6 + gdb/testsuite/ChangeLog | 90 +++++++ gdb/testsuite/gdb.base/align-c++.exp | 2 +- gdb/testsuite/gdb.base/align-c.exp | 2 +- .../gdb.base/{align.exp.in => align.exp.tcl} | 0 gdb/testsuite/gdb.base/all-architectures-0.exp | 2 +- gdb/testsuite/gdb.base/all-architectures-1.exp | 2 +- gdb/testsuite/gdb.base/all-architectures-2.exp | 2 +- gdb/testsuite/gdb.base/all-architectures-3.exp | 2 +- gdb/testsuite/gdb.base/all-architectures-4.exp | 2 +- gdb/testsuite/gdb.base/all-architectures-5.exp | 2 +- gdb/testsuite/gdb.base/all-architectures-6.exp | 2 +- gdb/testsuite/gdb.base/all-architectures-7.exp | 2 +- ...hitectures.exp.in => all-architectures.exp.tcl} | 0 .../gdb.base/infcall-nested-structs-c++.exp | 2 +- .../gdb.base/infcall-nested-structs-c.exp | 2 +- ...ructs.exp.in => infcall-nested-structs.exp.tcl} | 0 gdb/testsuite/gdb.base/info-os.c | 2 + gdb/testsuite/gdb.base/info-types-c++.exp | 2 +- gdb/testsuite/gdb.base/info-types-c.exp | 2 +- .../{info-types.exp.in => info-types.exp.tcl} | 0 gdb/testsuite/gdb.base/info_minsym.c | 1 + gdb/testsuite/gdb.base/large-frame-2.c | 1 + gdb/testsuite/gdb.base/max-depth-c++.exp | 2 +- gdb/testsuite/gdb.base/max-depth-c.exp | 2 +- .../{max-depth.exp.in => max-depth.exp.tcl} | 0 gdb/testsuite/gdb.base/pr10179-a.c | 2 + gdb/testsuite/gdb.base/pr10179-b.c | 1 + gdb/testsuite/gdb.base/valgrind-disp-step.c | 1 + gdb/testsuite/gdb.base/watch-cond.c | 1 + gdb/testsuite/gdb.cp/cpexprs-debug-types.exp | 2 +- gdb/testsuite/gdb.cp/cpexprs.exp | 2 +- .../gdb.cp/{cpexprs.exp.in => cpexprs.exp.tcl} | 0 gdb/testsuite/gdb.cp/infcall-nodebug-c++-d0.exp | 2 +- gdb/testsuite/gdb.cp/infcall-nodebug-c++-d1.exp | 2 +- gdb/testsuite/gdb.cp/infcall-nodebug-c-d0.exp | 2 +- gdb/testsuite/gdb.cp/infcall-nodebug-c-d1.exp | 2 +- ...call-nodebug.exp.in => infcall-nodebug.exp.tcl} | 0 gdb/testsuite/gdb.dwarf2/clang-debug-names-2.exp | 2 +- gdb/testsuite/gdb.dwarf2/clang-debug-names.exp | 2 +- ...ebug-names.exp.in => clang-debug-names.exp.tcl} | 0 gdb/testsuite/gdb.multi/goodbye.c | 1 + gdb/testsuite/gdb.multi/hello.c | 2 +- gdb/testsuite/gdb.multi/multi-kill.exp | 12 +- gdb/testsuite/gdb.opencl/callfuncs.exp | 1 + gdb/testsuite/gdb.opencl/convs_casts.exp | 1 + gdb/testsuite/gdb.opencl/datatypes.exp | 1 + gdb/testsuite/gdb.opencl/operators.exp | 1 + gdb/testsuite/gdb.opencl/vec_comps.exp | 1 + gdb/testsuite/gdb.python/py-finish-breakpoint.c | 1 + gdb/testsuite/gdb.threads/fork-plus-threads.c | 1 + .../gdb.threads/forking-threads-plus-breakpoint.c | 2 + gdb/testsuite/gdb.threads/hand-call-new-thread.c | 1 + .../gdb.threads/interrupt-while-step-over.c | 2 + gdb/testsuite/gdb.trace/actions-changed.c | 1 + gdb/testsuite/lib/check-test-names.exp | 20 -- gdbserver/ChangeLog | 7 + gdbserver/win32-i386-low.cc | 3 + gdbsupport/ChangeLog | 4 + gdbsupport/btrace-common.h | 5 +- gold/ChangeLog | 4 + gold/powerpc.cc | 2 +- 73 files changed, 394 insertions(+), 186 deletions(-) create mode 100644 gas/testsuite/gas/all/assign-bad-recursive.d create mode 100644 gas/testsuite/gas/all/assign-bad-recursive.l create mode 100644 gas/testsuite/gas/all/assign-bad-recursive.s rename gdb/testsuite/gdb.base/{align.exp.in => align.exp.tcl} (100%) rename gdb/testsuite/gdb.base/{all-architectures.exp.in => all-architectures.exp.t [...] rename gdb/testsuite/gdb.base/{infcall-nested-structs.exp.in => infcall-nested-str [...] rename gdb/testsuite/gdb.base/{info-types.exp.in => info-types.exp.tcl} (100%) rename gdb/testsuite/gdb.base/{max-depth.exp.in => max-depth.exp.tcl} (100%) rename gdb/testsuite/gdb.cp/{cpexprs.exp.in => cpexprs.exp.tcl} (100%) rename gdb/testsuite/gdb.cp/{infcall-nodebug.exp.in => infcall-nodebug.exp.tcl} (100%) rename gdb/testsuite/gdb.dwarf2/{clang-debug-names.exp.in => clang-debug-names.exp [...]