This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap in repository toolchain/ci/binutils-gdb.
from 3b2934856f sim: run: support concise env var settings adds d7e3e62702 x86: Don't allow KMOV in TLS code sequences adds 2cb973527e [gdb/testsuite] Remove inferior output in gdb.base/foll-vfork.exp adds b7c9d393d6 Remove config.cache in gdbserver's "distclean" adds a6e7fea128 gdb: throw OPTIMIZED_OUT_ERROR rather than GENERIC_ERROR adds 2bb7589ddf gdbsupport: move xfree into its own file adds 8579fd136a gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptr new 830070c66d gdbsupport: remove FUNCTION_NAME
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: gas/config/tc-i386.c | 24 ++++++++--- gas/testsuite/gas/i386/i386.exp | 2 + gas/testsuite/gas/i386/inval-tls.l | 3 ++ gas/testsuite/gas/i386/inval-tls.s | 4 ++ gas/testsuite/gas/i386/x86-64-inval-tls.l | 3 ++ gas/testsuite/gas/i386/x86-64-inval-tls.s | 4 ++ gdb/ada-lang.c | 3 +- gdb/auto-load.c | 17 +++----- gdb/breakpoint.c | 9 ++--- gdb/charset.c | 18 ++++----- gdb/cli/cli-cmds.c | 9 ++--- gdb/cli/cli-decode.c | 12 +++--- gdb/cli/cli-utils.c | 2 +- gdb/cp-abi.c | 11 ++---- gdb/darwin-nat.h | 8 +--- gdb/frv-tdep.c | 14 ++----- gdb/gcore.c | 2 +- gdb/guile/scm-breakpoint.c | 2 +- gdb/guile/scm-cmd.c | 33 +++++++--------- gdb/guile/scm-exception.c | 12 +++--- gdb/guile/scm-gsmob.c | 7 +--- gdb/guile/scm-ports.c | 6 +-- gdb/jit.c | 4 +- gdb/language.c | 3 +- gdb/linespec.c | 5 ++- gdb/location.c | 9 +++-- gdb/macrotab.c | 2 +- gdb/main.c | 2 +- gdb/mi/mi-cmd-env.c | 2 +- gdb/python/py-breakpoint.c | 2 +- gdb/remote.c | 39 ++++++++---------- gdb/riscv-tdep.c | 4 +- gdb/rust-lang.h | 5 +-- gdb/skip.c | 2 +- gdb/target.c | 6 +-- gdb/testsuite/gdb.base/foll-vfork-exit.c | 4 +- gdb/testsuite/gdb.base/foll-vfork.c | 3 +- gdb/testsuite/gdb.base/foll-vfork.exp | 14 +++---- gdb/testsuite/gdb.base/vforked-prog.c | 2 +- gdb/tracepoint.c | 2 +- gdb/tui/tui-layout.c | 4 +- gdb/utils.c | 4 +- gdb/value.c | 5 ++- gdb/xtensa-tdep.c | 3 +- gdbserver/Makefile.in | 3 +- gdbsupport/common-utils.cc | 10 ++--- gdbsupport/common-utils.h | 42 ++------------------ .../foll-vfork-exit.c => gdbsupport/gdb-xfree.h | 46 +++++++++++----------- gdbsupport/gdb_assert.h | 15 +------ gdbsupport/gdb_unique_ptr.h | 1 + 50 files changed, 197 insertions(+), 251 deletions(-) create mode 100644 gas/testsuite/gas/i386/inval-tls.l create mode 100644 gas/testsuite/gas/i386/inval-tls.s create mode 100644 gas/testsuite/gas/i386/x86-64-inval-tls.l create mode 100644 gas/testsuite/gas/i386/x86-64-inval-tls.s copy gdb/testsuite/gdb.base/foll-vfork-exit.c => gdbsupport/gdb-xfree.h (51%)