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 fb6ec1b036f gdb, solib-svr4: support namespaces in DSO iteration discards 5a6e4ee1abc gdb: update gnu ifunc resolve discards 1fd51f7d839 gdb, symtab: inline find_quick_global_symbol_language discards 6cc980f55ba gdb, hppa: remove unused hppa_lookup_stub_minimal_symbol discards 455733d9479 gdb, cp: update add_symbol_overload_list_qualified discards 5e9cca6af30 gdb, ada: update ada_add_all_symbols discards 9f1c57f5f86 gdb, ada: update ada_lookup_simple_minsym discards 9ef25710f1e gdb, ada: collect standard exceptions in all objfiles discards 9fde3c90734 gdb, python: use gdbarch_iterate_over_objfiles_in_search_order discards 86b9b11cbdf gdb, compile: unlink objfile stored in module discards 7f9c20de343 gdb, gdbserver: extend RSP to support namespaces discards 23993db7e8a gdbserver: move main_lm handling into caller discards 45f82f11552 gdb, gdbserver: support dlmopen() discards 7e11bc35f38 gdb, solib-svr4: remove locate_base() discards 9b5e253aa08 gdb, testsuite: extend gdb_test_multiple checks adds fc18b1c5afd [gdb] Fix warning in foreach_arch selftests adds a115b279345 Automatic date update in version.in adds b3abcebcae6 asan: NULL deref in scan_unit_for_symbols adds 6f87d3fd274 asan: heap buffer overflow in dwarf2_directive_filename adds cd826186c8b sb_scrub_and_add_sb not draining input string buffer adds 53f2b36a54b gas read_a_source_file #APP processing adds e0ad09cfa5f ubsan: undefined shift in frag_align_code adds f66d30a6e5b asan: null deref in coff_write_relocs adds ee6cbff2138 asan: uninit write _bfd_ecoff_write_object_contents adds b038f394a9f ubsan: signed integer overflow in atof_generic adds 6a031255cf1 Re: ubsan: signed integer overflow in atof_generic adds c9c157c7650 Fix Cygwin build after fcab5839 adds 1f03fa99218 Fix Cygwin build after 0578e87f adds a115c6d62e9 Fix Cygwin build after 85b25bd9 adds a7790128481 Fix a new warning on Cygwin new ec053598be0 gdb, testsuite: extend gdb_test_multiple checks new 9250c807f59 gdb, solib-svr4: remove locate_base() new 2c15f2fb837 gdb, gdbserver: support dlmopen() new 5b6bce07836 gdbserver: move main_lm handling into caller new b7b636a574e gdb, gdbserver: extend RSP to support namespaces new 10d52fb2e05 gdb, compile: unlink objfile stored in module new 60ab1381d41 gdb, python: use gdbarch_iterate_over_objfiles_in_search_order new 2bcf852fab1 gdb, ada: collect standard exceptions in all objfiles new dd3e6e40a14 gdb, ada: update ada_lookup_simple_minsym new 65a7b57bfd0 gdb, ada: update ada_add_all_symbols new 17a41567c17 gdb, cp: update add_symbol_overload_list_qualified new 37d976ce4d5 gdb, hppa: remove unused hppa_lookup_stub_minimal_symbol new 2a792f25077 gdb, symtab: inline find_quick_global_symbol_language new 560547082ae gdb: update gnu ifunc resolve new a5c2b7a4d65 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 (fb6ec1b036f) \ N -- N -- N refs/heads/users/mmetzger/dlmopen (a5c2b7a4d65)
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 15 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: bfd/coffcode.h | 6 ++- bfd/dwarf2.c | 47 +++++++++-------- bfd/ecoff.c | 2 +- bfd/version.h | 2 +- gas/atof-generic.c | 17 ++++--- gas/dwarf2dbg.c | 8 +-- gas/frags.c | 2 +- gas/read.c | 101 ++++--------------------------------- gas/sb.c | 16 +++++- gdb/doc/gdb.texinfo | 18 +++++-- gdb/features/library-list-svr4.dtd | 4 +- gdb/nat/windows-nat.c | 11 +++- gdb/osabi.c | 50 +++++++++++++----- gdb/osabi.h | 13 +++++ gdb/selftest-arch.c | 18 ++++++- gdb/solib-svr4.c | 18 +++---- gdb/windows-nat.c | 15 +++--- gdbserver/linux-low.cc | 28 +++++----- 18 files changed, 189 insertions(+), 187 deletions(-)