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 59a5614 Fix spurious FAILs with examine-backward.exp new e696b3a Remove unused parameter in solib_add and update_solib_list new 5b291c0 Add a better diagnostic message in mi_gdb_test new 51457a0 Add -file-list-shared-libraries MI command
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 | 36 +++++++++++++++++++++ gdb/NEWS | 4 +++ gdb/doc/ChangeLog | 7 ++++ gdb/doc/gdb.texinfo | 34 ++++++++++++++++---- gdb/infcmd.c | 2 +- gdb/mi/mi-cmd-file.c | 57 +++++++++++++++++++++++++++++++++ gdb/mi/mi-cmds.c | 2 ++ gdb/mi/mi-cmds.h | 1 + gdb/mi/mi-interp.c | 36 ++++++++++++++++----- gdb/{selftest-arch.h => mi/mi-interp.h} | 14 ++++---- gdb/remote.c | 2 +- gdb/solib-frv.c | 2 +- gdb/solib-svr4.c | 6 ++-- gdb/solib.c | 47 +++++++-------------------- gdb/solib.h | 23 ++++++++++++- gdb/solist.h | 10 +++++- gdb/testsuite/ChangeLog | 10 ++++++ gdb/testsuite/gdb.mi/mi-solib.exp | 49 +++++++++++++++++++--------- gdb/testsuite/lib/mi-support.exp | 2 +- 19 files changed, 262 insertions(+), 82 deletions(-) copy gdb/{selftest-arch.h => mi/mi-interp.h} (73%)