This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/mmetzger/dlmopen in repository binutils-gdb.
discards 989fd8fe4fd gdb, solib-svr4: support namespaces in DSO iteration discards c336a89bcad gdb: update gnu ifunc resolve discards af0fab3e2c5 gdb, symtab: inline find_quick_global_symbol_language discards db489abeb26 gdb, hppa: remove unused hppa_lookup_stub_minimal_symbol discards e77c7d94285 gdb, cp: update add_symbol_overload_list_qualified discards 7020c80489b gdb, ada: update ada_add_all_symbols discards 4e7b5852a61 gdb, ada: update ada_lookup_simple_minsym discards 875f7b5ae0a gdb, ada: collect standard exceptions in all objfiles discards c7159732ef0 gdb, python: use gdbarch_iterate_over_objfiles_in_search_order discards f4061609619 gdb, compile: unlink objfile stored in module discards 80cf8435e49 gdb, gdbserver: extend RSP to support namespaces discards 7c3a2eccaba gdbserver: move main_lm handling into caller discards 0708438b53c gdb, gdbserver: support dlmopen() new 45f82f11552 gdb, gdbserver: support dlmopen() new 23993db7e8a gdbserver: move main_lm handling into caller new 7f9c20de343 gdb, gdbserver: extend RSP to support namespaces new 86b9b11cbdf gdb, compile: unlink objfile stored in module new 9fde3c90734 gdb, python: use gdbarch_iterate_over_objfiles_in_search_order new 9ef25710f1e gdb, ada: collect standard exceptions in all objfiles new 9f1c57f5f86 gdb, ada: update ada_lookup_simple_minsym new 5e9cca6af30 gdb, ada: update ada_add_all_symbols new 455733d9479 gdb, cp: update add_symbol_overload_list_qualified new 6cc980f55ba gdb, hppa: remove unused hppa_lookup_stub_minimal_symbol new 1fd51f7d839 gdb, symtab: inline find_quick_global_symbol_language new 5a6e4ee1abc gdb: update gnu ifunc resolve new fb6ec1b036f gdb, solib-svr4: support namespaces in DSO iteration
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (989fd8fe4fd) \ N -- N -- N refs/heads/users/mmetzger/dlmopen (fb6ec1b036f)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 13 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-lang.c | 4 +- gdb/ada-lang.h | 2 +- gdb/doc/gdb.texinfo | 8 ++- gdb/elfread.c | 14 ++-- gdb/python/py-objfile.c | 2 +- gdb/solib-svr4.c | 82 ++++++++++++------------ gdb/symtab.c | 4 +- gdb/testsuite/gdb.base/dlmopen.c | 8 ++- gdb/testsuite/gdb.base/dlmopen.exp | 4 +- gdb/testsuite/gdb.base/non-lazy-array-index.exp | 2 +- gdb/testsuite/gdb.server/bkpt-other-inferior.exp | 2 +- gdb/testsuite/lib/gdb.exp | 2 +- gdbserver/linux-low.cc | 9 ++- 13 files changed, 73 insertions(+), 70 deletions(-)