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 6d6231ed58 Automatic date update in version.in new 28cd9371e8 New "info sources" args [-dirname | -basename] [--] [REGEXP] new db4dc13eeb New test for 'info sources [-dirname | -basename] [--] [REGEXP]'. new ae60f04e08 NEWS and documentation for info sources [-dirname | -basenam [...]
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 | 17 +++ gdb/NEWS | 9 ++ gdb/doc/ChangeLog | 5 + gdb/doc/gdb.texinfo | 10 ++ gdb/symtab.c | 159 +++++++++++++++++++-- gdb/testsuite/ChangeLog | 6 + .../sysroot.c => gdb.base/info_sources.c} | 8 +- gdb/testsuite/gdb.base/info_sources.exp | 96 +++++++++++++ .../gdb.base/{settings.c => info_sources_base.c} | 7 +- 9 files changed, 300 insertions(+), 17 deletions(-) copy gdb/testsuite/{gdb.server/sysroot.c => gdb.base/info_sources.c} (91%) create mode 100644 gdb/testsuite/gdb.base/info_sources.exp copy gdb/testsuite/gdb.base/{settings.c => info_sources_base.c} (95%)