This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gcc/master-arm in repository toolchain/ci/gdb.
from b6437be687 Fix a probem building the binutils on SPARC/amd64 adds 1475b18b77 Send some error output to gdb_stderr adds 244ac24b51 Sent timing stats to gdb_stdlog adds d4396e0e97 Reduce explicit use of gdb_stdout adds a8e9f25759 Always print the "host libthread-db" message to stdout adds a80032197f Automatic date update in version.in adds 8357282156 gdb/testsuite: Ensure constant test name in gdb.base/break-i [...] adds c804c6f98d ld: Rewrite lang_size_relro_segment_1 adds 8a782bbf70 bfd: Make bfd.stamp depend on source bfd.texi adds 1da5d0e664 Change how Python architecture and language are handled adds dedb7102b3 Fix another crash with gdb parameters in Python adds b583c328e7 Add a way to temporarily set a gdb parameter from Python adds 5d10a2041e gdb: add string_file::release method adds 91ddba836c Reference array of structs instead of first member during memcpy adds fdf1350dc1 gdb: convert maintenance target-async and target-non-stop se [...] new 51d185a65f Remove unused declaration new 30a87e90be gdb/python: add gdb.history_count function new bbea680797 gdb/python: improve the auto help text for gdb.Parameter
The 3 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/Makefile.in | 5 +- bfd/doc/local.mk | 5 +- bfd/version.h | 2 +- gdb/NEWS | 10 +++ gdb/aarch64-tdep.c | 2 +- gdb/ada-lang.c | 2 +- gdb/ada-valprint.c | 2 +- gdb/ada-varobj.c | 4 +- gdb/arch-utils.c | 5 +- gdb/arm-tdep.c | 2 + gdb/breakpoint.c | 14 ++--- gdb/c-exp.y | 6 +- gdb/charset.c | 9 +++ gdb/cli/cli-decode.c | 24 ++++++++ gdb/cli/cli-decode.h | 6 ++ gdb/cli/cli-setshow.c | 2 +- gdb/compile/compile-c-support.c | 2 +- gdb/doc/python.texi | 72 +++++++++++++++++++--- gdb/event-top.c | 4 +- gdb/fbsd-nat.c | 13 ++-- gdb/gcore.c | 15 +++-- gdb/guile/scm-param.c | 6 +- gdb/guile/scm-type.c | 2 +- gdb/inf-loop.c | 2 +- gdb/infcmd.c | 2 +- gdb/language.c | 11 ++-- gdb/linux-fork.c | 2 +- gdb/linux-thread-db.c | 11 +--- gdb/location.c | 2 +- gdb/m2-lang.c | 2 +- gdb/macrocmd.c | 49 ++++++++------- gdb/maint-test-options.c | 3 +- gdb/maint.c | 47 +++++++------- gdb/netbsd-nat.c | 13 ++-- gdb/osabi.c | 4 +- gdb/printcmd.c | 10 +-- gdb/psymtab.c | 30 ++++----- gdb/python/lib/gdb/__init__.py | 19 ++++++ gdb/python/py-breakpoint.c | 19 ++---- gdb/python/py-cmd.c | 8 +-- gdb/python/py-connection.c | 2 +- gdb/python/py-finishbreakpoint.c | 6 +- gdb/python/py-framefilter.c | 12 ++-- gdb/python/py-inferior.c | 27 ++++---- gdb/python/py-membuf.c | 3 +- gdb/python/py-objfile.c | 2 +- gdb/python/py-param.c | 94 +++++++++++++++++++++++----- gdb/python/py-progspace.c | 2 +- gdb/python/py-tui.c | 18 +++--- gdb/python/py-type.c | 4 +- gdb/python/py-unwind.c | 2 +- gdb/python/py-utils.c | 10 +-- gdb/python/py-value.c | 29 ++++++--- gdb/python/py-xmethods.c | 12 ++-- gdb/python/python-internal.h | 28 +++++++-- gdb/python/python.c | 64 +++++++++++-------- gdb/remote.c | 2 +- gdb/stack.c | 25 ++++---- gdb/symfile.c | 8 +-- gdb/target.c | 68 ++++++++++----------- gdb/testsuite/gdb.base/break-interp.exp | 2 +- gdb/testsuite/gdb.python/py-inferior.exp | 2 + gdb/testsuite/gdb.python/py-lookup-type.exp | 26 ++++++++ gdb/testsuite/gdb.python/py-parameter.exp | 40 +++++++++--- gdb/testsuite/gdb.python/py-value.exp | 12 ++++ gdb/top.c | 2 +- gdb/top.h | 2 - gdb/tracepoint.c | 4 +- gdb/tui/tui-disasm.c | 6 +- gdb/tui/tui-regs.c | 2 +- gdb/tui/tui-stack.c | 8 ++- gdb/typeprint.c | 4 +- gdb/ui-file.h | 20 +++--- gdb/unittests/command-def-selftests.c | 36 +++++------ gdb/utils.c | 12 ++-- gdb/value.c | 8 +++ gdb/value.h | 4 ++ gdb/varobj.c | 2 +- ld/ldlang.c | 95 ++++++++++++++++------------- ld/testsuite/ld-x86-64/pr28743-1.d | 50 +++++++++++++++ ld/testsuite/ld-x86-64/pr28743-1.s | 16 +++++ ld/testsuite/ld-x86-64/x86-64.exp | 1 + 82 files changed, 787 insertions(+), 433 deletions(-) create mode 100644 ld/testsuite/ld-x86-64/pr28743-1.d create mode 100644 ld/testsuite/ld-x86-64/pr28743-1.s