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 33b031ce7a Add missing va_end found by Coverity new 8ecfd7bd4a Add parameter to allow enabling/disabling selftests via configure
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: gdb/ChangeLog | 13 ++++++++++ gdb/README | 6 +++++ gdb/acinclude.m4 | 3 +++ gdb/configure | 27 ++++++++++++++++++++- gdb/configure.ac | 6 ++--- gdb/gdbserver/ChangeLog | 12 ++++++++++ gdb/gdbserver/acinclude.m4 | 3 +++ gdb/gdbserver/configure | 29 ++++++++++++++++++++-- gdb/gdbserver/configure.ac | 6 ++--- gdb/gdbserver/configure.srv | 2 +- gdb/gdbserver/server.c | 2 +- gdb/maint.c | 4 ++-- gdb/selftest.m4 | 45 +++++++++++++++++++++++++++++++++++ gdb/testsuite/ChangeLog | 6 +++++ gdb/testsuite/gdb.gdb/unittest.exp | 2 +- gdb/testsuite/gdb.server/unittest.exp | 2 +- 16 files changed, 151 insertions(+), 17 deletions(-) create mode 100644 gdb/selftest.m4