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 858ed9bfe38 ld: testsuite: Only xfail "shared (non PIC)" etc. on 64-bit [...] new 33b761b2015 gdb/testsuite: handle dynamic linker path with symlink in d [...] new 7f554749455 gdb/solib-svr4: make "lmid" XML attribute optional new fcdc6c5aff1 gdb/solib: don't check filename when checking for duplicate solib new 8a729432af7 gdb/solib: adjust info linker-namespaces/sharedlibrary format new 0dd741f753c gdb/solib: save program space in solib_ops new 3a1af461382 gdb/solib-svr4: add get_lm_info_svr4 new 77c87c12b35 gdb: rename svr4_same_1 -> svr4_same_name new fbb487b4510 gdb: make iterate_over_objfiles_in_search_order methods of [...] new a7ba2c42b80 gdb/solib-svr4: centralize fetching of default debug base new d33a66a3113 gdb/solib-svr4: fix wrong namespace id for dynamic linker
The 10 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 | 5 +- gdb/cp-support.c | 5 +- gdb/elfread.c | 10 +- gdb/findvar.c | 5 +- gdb/gdbarch-gen.c | 26 +-- gdb/gdbarch-gen.h | 17 +- gdb/gdbarch.h | 6 - gdb/gdbarch_components.py | 23 +-- gdb/infcmd.c | 3 +- gdb/infrun.c | 5 +- gdb/mips-fbsd-tdep.c | 12 +- gdb/mips-linux-tdep.c | 10 +- gdb/mips-netbsd-tdep.c | 12 +- gdb/objfiles.c | 18 -- gdb/objfiles.h | 4 - gdb/ppc-linux-tdep.c | 6 +- gdb/progspace.c | 15 ++ gdb/progspace.h | 12 ++ gdb/python/py-objfile.c | 10 +- gdb/solib-aix.c | 6 +- gdb/solib-aix.h | 2 +- gdb/solib-darwin.c | 6 +- gdb/solib-darwin.h | 2 +- gdb/solib-dsbt.c | 6 +- gdb/solib-dsbt.h | 2 +- gdb/solib-frv.c | 6 +- gdb/solib-frv.h | 2 +- gdb/solib-rocm.c | 26 ++- gdb/solib-svr4-linux.c | 8 +- gdb/solib-svr4-linux.h | 8 +- gdb/solib-svr4.c | 293 +++++++++++++++++------------- gdb/solib-svr4.h | 36 +++- gdb/solib-target.c | 4 +- gdb/solib-target.h | 4 +- gdb/solib.c | 56 +++--- gdb/solib.h | 26 +++ gdb/symtab.c | 10 +- gdb/testsuite/gdb.base/dlmopen-ns-ids.exp | 148 ++++++++++----- gdb/testsuite/gdb.base/dlmopen.exp | 16 +- gdb/testsuite/gdb.mi/mi-dlmopen.exp | 14 +- gdb/windows-tdep.c | 86 ++++----- 41 files changed, 570 insertions(+), 401 deletions(-)