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 32e876a80f0 x86: generalize gas documentation for disabling of ISA extensions new 44288716537 gdb, testsuite: extend gdb_test_multiple checks new 60d09f0a0d8 gdb, solib-svr4: remove locate_base() new 8d56636a0ec gdb, gdbserver: support dlmopen() new ad10f44e568 gdbserver: move main_lm handling into caller new 2733d9d5d62 gdb, gdbserver: extend RSP to support namespaces new fb4f3f38e98 gdb, compile: unlink objfile stored in module new 85933f7c91b gdb, python: use gdbarch_iterate_over_objfiles_in_search_order new 4326580d445 gdb, ada: collect standard exceptions in all objfiles new 06a670e280f gdb, ada: update ada_lookup_simple_minsym new 5f0277edf24 fixup! gdb, ada: update ada_lookup_simple_minsym new 2aab2438702 gdb, cp: update add_symbol_overload_list_qualified new 6f96c196bec gdb, hppa: remove unused hppa_lookup_stub_minimal_symbol new 531bd03892b gdb, symtab: inline find_quick_global_symbol_language new 1dc9084f5e9 gdb: update gnu ifunc resolve new aebb370bae3 gdb, solib-svr4: support namespaces in DSO iteration new 53273099b81 [gdb/testsuite] Update boards/README
The 16 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/ada-exp.y | 6 +- gdb/ada-lang.c | 62 ++- gdb/ada-lang.h | 3 +- gdb/compile/compile-object-run.c | 21 +- gdb/cp-support.c | 48 +- gdb/doc/gdb.texinfo | 16 +- gdb/elfread.c | 153 +++--- gdb/features/library-list-svr4.dtd | 4 + gdb/hppa-tdep.c | 31 -- gdb/hppa-tdep.h | 4 - gdb/linux-tdep.c | 2 + gdb/mips-fbsd-tdep.c | 2 + gdb/mips-netbsd-tdep.c | 2 + gdb/python/py-objfile.c | 116 ++--- gdb/python/python.c | 7 +- gdb/python/python.h | 6 + gdb/solib-svr4.c | 561 +++++++++++++++------ gdb/solib-svr4.h | 3 + gdb/symtab.c | 43 +- gdb/testsuite/boards/README | 2 +- .../dlmopen-lib-dep.c} | 13 +- .../{info_sources_2-lib.c => dlmopen-lib.c} | 11 +- gdb/testsuite/gdb.base/dlmopen.c | 65 +++ gdb/testsuite/gdb.base/dlmopen.exp | 174 +++++++ gdb/testsuite/gdb.base/non-lazy-array-index.exp | 18 +- gdb/testsuite/gdb.server/bkpt-other-inferior.exp | 13 +- gdb/testsuite/lib/gdb.exp | 104 ++++ gdbserver/linux-low.cc | 273 ++++++---- 28 files changed, 1244 insertions(+), 519 deletions(-) copy gdb/testsuite/{gdb.opt/break-on-_exit.c => gdb.base/dlmopen-lib-dep.c} (90%) copy gdb/testsuite/gdb.base/{info_sources_2-lib.c => dlmopen-lib.c} (82%) create mode 100644 gdb/testsuite/gdb.base/dlmopen.c create mode 100644 gdb/testsuite/gdb.base/dlmopen.exp