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_build/master-arm in repository toolchain/ci/gdb.
from 603955c8de Automatic date update in version.in adds 9be90c6894 libctf: add CTF format specification adds 313f3b21cb gdb: remove bpstat typedef, rename bpstats to bpstat adds d0490f89ad gdb: make dwarf2_find_containing_comp_unit take a dwarf2_per_bfd adds 6f4cb31cf2 gdb: tweak scoped_disable_commit_resumed uses when resuming [...] adds 234f075cc6 gdb: fix nulltr -> nullptr typo adds 8b4195d8d1 Add a const version of gdb_argv:as_array_view adds e92f2b5eef Improve gdb::array_view ctor from contiguous containers adds d98c63919a Automatic date update in version.in adds 4e6e8ba7c5 sim: cris: clean up missing func prototype warnings adds 024120b6ee sim: sh: simplify testsuite a bit adds b3aa80b45c Add --unicode option to control how unicode characters are h [...] adds 469ca94170 doc/ctf-spec.texi: Remove "@validatemenus off" new 0b03c6f03d Fix build on rhES5 new 7b9f73fad0 Correctly handle DW_LLE_start_end new f0bbba7886 gdb.debuginfod/fetch_src_and_symbols.exp: fix when GDB is bu [...]
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/version.h | 2 +- binutils/ChangeLog | 15 + binutils/NEWS | 9 + binutils/doc/binutils.texi | 78 + binutils/nm.c | 228 ++- binutils/objdump.c | 235 ++- binutils/readelf.c | 190 ++- binutils/strings.c | 757 ++++++++- gdb/ada-lang.c | 4 +- gdb/ada-tasks.c | 2 +- gdb/break-catch-sig.c | 2 +- gdb/break-catch-syscall.c | 2 +- gdb/break-catch-throw.c | 4 +- gdb/breakpoint.c | 122 +- gdb/breakpoint.h | 48 +- gdb/cli/cli-interp.c | 2 +- gdb/config.in | 4 + gdb/configure | 16 + gdb/dwarf2/loc.c | 17 +- gdb/dwarf2/read.c | 32 +- gdb/gdbthread.h | 2 +- gdb/infcmd.c | 8 +- gdb/infrun.c | 2 +- gdb/inline-frame.c | 6 +- gdb/inline-frame.h | 4 +- gdb/maint.c | 2 +- gdb/mi/mi-interp.c | 6 +- gdb/mi/mi-main.c | 7 +- gdb/nat/linux-personality.c | 4 + gdb/observable.h | 4 +- gdb/python/py-finishbreakpoint.c | 2 +- gdb/python/py-inferior.c | 2 +- gdb/python/py-stopevent.c | 4 +- gdb/python/py-stopevent.h | 2 +- gdb/python/python-internal.h | 2 +- gdb/solib-aix.c | 2 +- .../gdb.debuginfod/fetch_src_and_symbols.exp | 7 +- gdb/testsuite/gdb.dwarf2/loclists-multiple-cus.exp | 5 +- gdb/testsuite/gdb.dwarf2/loclists-start-end.exp | 3 + gdb/testsuite/lib/dwarf.exp | 12 +- gdb/tui/tui-hooks.c | 2 +- gdb/tui/tui-interp.c | 2 +- gdb/unittests/array-view-selftests.c | 25 +- gdb/utils.h | 10 + gdbserver/config.in | 4 + gdbserver/configure | 16 + gdbsupport/array-view.h | 7 +- gdbsupport/common.m4 | 5 + gdbsupport/config.in | 4 + gdbsupport/configure | 16 + libctf/ChangeLog | 12 + libctf/Makefile.am | 4 + libctf/Makefile.in | 189 ++- libctf/configure | 88 +- libctf/configure.ac | 26 +- libctf/doc/Makefile.am | 33 + {gas => libctf}/doc/Makefile.in | 303 +--- libctf/doc/ctf-spec.texi | 1736 ++++++++++++++++++++ sim/cris/Makefile.in | 3 - sim/cris/cris-tmpl.c | 6 +- sim/cris/decodev10.h | 1 + sim/cris/decodev32.h | 2 + sim/testsuite/sh/allinsn.exp | 78 +- sim/testsuite/sh/fail.s | 2 + sim/testsuite/sh/fsca.s | 1 + sim/testsuite/sh/fsrra.s | 1 + sim/testsuite/sh/pshai.s | 3 +- sim/testsuite/sh/pshar.s | 3 +- sim/testsuite/sh/pshli.s | 3 +- sim/testsuite/sh/pshlr.s | 3 +- 70 files changed, 3826 insertions(+), 617 deletions(-) create mode 100644 libctf/doc/Makefile.am copy {gas => libctf}/doc/Makefile.in (76%) create mode 100644 libctf/doc/ctf-spec.texi