This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-check_binutils in repository toolchain/ci/binutils-gdb.
from 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 adds 9df51d7c47 Automatic date update in version.in adds ff68b4b5b1 sim: frv: fix ambiguous else compiler warnings adds 1415825a1b sim: frv: fix return type for post_wait_for funcs adds 247867ebd3 sim: frv: fix uninitialized variable warning adds 2b83b95803 sim: frv: fix some printf type mismatch warnings adds a9d200398a sim: frv: fix up various missing prototype warnings adds 520ca9a7be sim: frv: fix engine hook adds dd5ef931df sim: frv: add missing const type new 05b8577206 gdb/fortran: Add type info of formal parameter for clang.
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: bfd/version.h | 2 +- gdb/testsuite/gdb.fortran/ptype-on-functions.exp | 36 +- 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/frv/ChangeLog | 45 + sim/frv/frv.c | 10 +- sim/frv/interrupts.c | 1 + sim/frv/profile-fr400.c | 2 + sim/frv/profile-fr500.c | 32 +- sim/frv/profile-fr550.c | 20 +- sim/frv/profile.c | 22 +- sim/frv/profile.h | 18 +- sim/frv/reset.c | 1 + sim/frv/sim-if.c | 5 +- sim/frv/sim-main.h | 10 +- sim/frv/traps.c | 4 +- sim/m4/sim_ac_platform.m4 | 37 + sim/m4/sim_ac_toolchain.m4 | 1 + 49 files changed, 903 insertions(+), 5656 deletions(-) delete mode 100644 sim/erc32/aclocal.m4 delete mode 100755 sim/erc32/configure delete mode 100644 sim/erc32/configure.ac