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 e53c0f75bd1 Automatic date update in version.in new a2fedca99c6 Implement 'set/show exec-file-mismatch'. new b1468492c69 Test 'set exec-file-mismatch ask|warn|off'. new e47e48f6a76 Document 'set|show exec-file-mismatch (ask|warn|off)'
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/NEWS | 13 ++++ gdb/doc/ChangeLog | 6 ++ gdb/doc/gdb.texinfo | 30 ++++++++ gdb/exec.c | 145 +++++++++++++++++++++++++++++++++++--- gdb/gdbcore.h | 5 ++ gdb/infcmd.c | 3 + gdb/remote.c | 3 + gdb/testsuite/ChangeLog | 4 ++ gdb/testsuite/gdb.base/attach.c | 1 + gdb/testsuite/gdb.base/attach.exp | 84 +++++++++++++++++++++- gdb/testsuite/gdb.base/attach2.c | 1 + 12 files changed, 300 insertions(+), 11 deletions(-)