This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from b5e72fb54a4 Automatic date update in version.in new 91e1a0ed096 gdb, gdbserver, gdbsupport: use AC_CANONICAL_{BUILD,HOST,TA [...] new e41fda1d5fd gdb: use AC_PROG_CC_STDC instead of AM_PROG_CC_STDC new 7e8c7130fe5 gdbserver: modernize configure.ac new 5593a99a95f gdb: modernize configure.ac new 0e5b0dd0249 gdb/testsuite: modernize configure.ac new 294f2697486 gdb: modernize acinclude.m4 new b6fb30eda72 gdbsupport: re-indent ptrace.m4 new 5164c11714c gdbsupport: replace AC_TRY_COMPILE in ptrace.m4 new 864ca435655 gdbsupport: replace AC_TRY_COMPILE in warning.m4 new 15dabc52a1a gdbsupport: use AC_FUNC_FORK instead of AC_FUNC_VFORK new b9442ec18bb gdbsupport: replace AC_TRY_COMPILE in common.m4 new ad6dba1cea2 gdb: replace AC_TRY_LINK in sanitize.m4 new 19dd0ae5e73 gdbserver: replace AC_TRY_COMPILE in acinclude.m4
The 13 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: gdb/ChangeLog | 44 +++ gdb/acinclude.m4 | 156 ++------ gdb/configure | 302 +++++++-------- gdb/configure.ac | 378 +++++++++++------- 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 | 39 ++ gdbsupport/aclocal.m4 | 29 -- gdbsupport/common.m4 | 21 +- gdbsupport/configure | 943 ++++++--------------------------------------- gdbsupport/configure.ac | 12 +- gdbsupport/ptrace.m4 | 105 +++-- gdbsupport/warning.m4 | 24 +- 19 files changed, 939 insertions(+), 1437 deletions(-)