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 b129b0c Make gdb.base/foll-exec.exp test pattern more general new f610ab6 gdb/testsuite: Avoid a buffer overrun in `gdb.base/maint.exp' new 87106a7 gdb: Import AX_CXX_COMPILE_STDCXX from the GNU Autoconf Archive new 0bcda68 gdb: Require C++11
The 3 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 | 16 + gdb/Makefile.in | 6 +- gdb/acinclude.m4 | 2 + gdb/ax_cxx_compile_stdcxx.m4 | 567 ++++++++++++++++++++++ gdb/config.in | 3 + gdb/configure | 981 ++++++++++++++++++++++++++++++++++++++- gdb/configure.ac | 4 + gdb/gdbserver/ChangeLog | 9 + gdb/gdbserver/Makefile.in | 5 +- gdb/gdbserver/acinclude.m4 | 2 + gdb/gdbserver/config.in | 3 + gdb/gdbserver/configure | 981 ++++++++++++++++++++++++++++++++++++++- gdb/gdbserver/configure.ac | 4 + gdb/testsuite/ChangeLog | 6 + gdb/testsuite/gdb.base/maint.exp | 38 +- 15 files changed, 2618 insertions(+), 9 deletions(-) create mode 100644 gdb/ax_cxx_compile_stdcxx.m4