This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-arm-build_cross in repository toolchain/ci/binutils-gdb.
from bd742128ba gdb: change info sources to group results by objfile adds ac2d77c6a1 Automatic date update in version.in adds 0f8e203412 gdb: add context getter/setter to cmd_list_element adds d6ff04a343 gdb: add assert in cmd_list_element::set_context adds 4c0ba02a74 gdb: remove context parameter from add_setshow_enum_cmd adds 6a72dbb692 gdb/guile: use return values of add_setshow functions in add [...] adds f1fa7a3d88 Automatic date update in version.in adds d57b653328 sim: bfin: move pkg-config & SDL checks to common code adds 5d0b3088f7 sim: erc32: merge with common configure script adds cc9c19b030 sim: bpf: fix mixed decls & code warnings (and style) adds 44e88cd631 sim: bpf: add explicit casts when using explicit formats adds 5a4ce7aea0 sim: cgen: sync prototypes with implementation adds 694d6fdba1 sim: cgen: always leverage the ops prototypes adds 2d922d86ba sim: cgen: always leverage the mem prototypes adds ded82565c6 sim: cgen: constify trace strings adds a7ffa88dc6 sim: cgen: add printf attributes in a few more calls adds b69bd9e723 sim: cgen: add asserts to fix unused engine warnings adds 5db3a175cc sim: cgen: suppress trace non-literal printf warning adds 76f11310df sim: bpf: include more local headers & fix broken funcs adds e0fd25e485 sim: bpf/cris: include cgen-mem in decoders
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gdb/ChangeLog | 34 + gdb/ada-lang.c | 7 +- gdb/break-catch-sig.c | 3 +- gdb/break-catch-syscall.c | 3 +- gdb/break-catch-throw.c | 7 +- gdb/breakpoint.c | 11 +- gdb/cli/cli-decode.c | 22 +- gdb/cli/cli-decode.h | 16 +- gdb/cli/cli-dump.c | 6 +- gdb/cli/cli-style.c | 67 +- gdb/command.h | 8 +- gdb/guile/scm-cmd.c | 6 +- gdb/guile/scm-param.c | 158 +- gdb/python/py-cmd.c | 6 +- gdb/python/py-param.c | 8 +- gdb/target.c | 7 +- gdb/tui/tui-layout.c | 5 +- sim/ChangeLog | 16 + sim/Makefile.in | 14 +- sim/aclocal.m4 | 1 + sim/arch-subdir.mk.in | 5 + sim/bfin/ChangeLog | 7 + sim/bfin/Makefile.in | 4 +- sim/bfin/aclocal.m4 | 1 - sim/bfin/configure | 1181 +----------- sim/bfin/configure.ac | 10 - sim/bpf/ChangeLog | 27 + sim/bpf/bpf-helpers.c | 29 +- sim/bpf/bpf-helpers.h | 4 +- sim/bpf/bpf.c | 15 +- sim/bpf/decode-be.c | 2 + sim/bpf/decode-le.c | 2 + sim/bpf/mloop.in | 7 +- sim/bpf/sim-main.h | 1 + sim/common/ChangeLog | 50 + sim/common/cgen-mem.h | 56 +- sim/common/cgen-ops.h | 95 +- sim/common/cgen-run.c | 5 +- sim/common/cgen-trace.c | 14 +- sim/common/cgen-trace.h | 8 +- sim/configure | 446 ++++- sim/configure.ac | 2 +- sim/cris/ChangeLog | 5 + sim/cris/decodev10.c | 1 + sim/cris/decodev32.c | 1 + sim/erc32/ChangeLog | 5 + sim/erc32/Makefile.in | 4 - sim/erc32/aclocal.m4 | 15 - sim/erc32/configure | 4233 -------------------------------------------- sim/erc32/configure.ac | 47 - sim/m4/sim_ac_platform.m4 | 37 + sim/m4/sim_ac_toolchain.m4 | 1 + 53 files changed, 952 insertions(+), 5775 deletions(-) delete mode 100644 sim/erc32/aclocal.m4 delete mode 100755 sim/erc32/configure delete mode 100644 sim/erc32/configure.ac