This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-allnoconfig in repository toolchain/ci/binutils-gdb.
from b5e72fb54a Automatic date update in version.in adds 91e1a0ed09 gdb, gdbserver, gdbsupport: use AC_CANONICAL_{BUILD,HOST,TAR [...] adds e41fda1d5f gdb: use AC_PROG_CC_STDC instead of AM_PROG_CC_STDC adds 7e8c7130fe gdbserver: modernize configure.ac adds 5593a99a95 gdb: modernize configure.ac adds 0e5b0dd024 gdb/testsuite: modernize configure.ac adds 294f269748 gdb: modernize acinclude.m4 adds b6fb30eda7 gdbsupport: re-indent ptrace.m4 adds 5164c11714 gdbsupport: replace AC_TRY_COMPILE in ptrace.m4 adds 864ca43565 gdbsupport: replace AC_TRY_COMPILE in warning.m4 adds 15dabc52a1 gdbsupport: use AC_FUNC_FORK instead of AC_FUNC_VFORK adds b9442ec18b gdbsupport: replace AC_TRY_COMPILE in common.m4 adds ad6dba1cea gdb: replace AC_TRY_LINK in sanitize.m4 adds 19dd0ae5e7 gdbserver: replace AC_TRY_COMPILE in acinclude.m4 adds 17417fb0ec gdb, gdbsupport: add debug_prefixed_printf, remove boilerpla [...] adds 4f0469cdd6 gdb: restore some checks of debug flags adds 80630624b4 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gdb/ChangeLog | 63 +++ gdb/acinclude.m4 | 156 ++------ gdb/configure | 302 +++++++-------- gdb/configure.ac | 378 +++++++++++------- gdb/infrun.c | 26 +- gdb/infrun.h | 14 +- gdb/linux-nat.c | 13 +- gdb/sanitize.m4 | 6 +- gdb/testsuite/ChangeLog | 5 + gdb/testsuite/configure | 1 + gdb/testsuite/configure.ac | 3 +- gdbserver/ChangeLog | 33 ++ gdbserver/acinclude.m4 | 32 +- gdbserver/configure | 135 ++++--- gdbserver/configure.ac | 108 ++++-- gdbsupport/ChangeLog | 48 +++ gdbsupport/aclocal.m4 | 29 -- gdbsupport/common-debug.cc | 17 +- gdbsupport/common-debug.h | 6 + gdbsupport/common.m4 | 21 +- gdbsupport/configure | 943 ++++++--------------------------------------- gdbsupport/configure.ac | 12 +- gdbsupport/event-loop.cc | 11 - gdbsupport/event-loop.h | 12 +- gdbsupport/ptrace.m4 | 105 +++-- gdbsupport/warning.m4 | 24 +- 27 files changed, 1003 insertions(+), 1502 deletions(-)