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/binutils-gdb.
from b4ca801960 Correct ld script wildcard matching description adds 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
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- 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/dwarf2/read.c | 30 +- gdb/gdbthread.h | 2 +- gdb/infcmd.c | 8 +- gdb/infrun.c | 2 +- gdb/inline-frame.c | 6 +- gdb/inline-frame.h | 4 +- gdb/mi/mi-interp.c | 6 +- gdb/mi/mi-main.c | 7 +- 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/tui/tui-hooks.c | 2 +- gdb/tui/tui-interp.c | 2 +- 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 | 1737 ++++++++++++++++++++++++++++++++++++++ 34 files changed, 2256 insertions(+), 411 deletions(-) create mode 100644 libctf/doc/Makefile.am copy {gas => libctf}/doc/Makefile.in (76%) create mode 100644 libctf/doc/ctf-spec.texi