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 dbd830f14f7 Automatic date update in version.in new 6896e625136 gdb/solib: remove so_ prefix from so_name and so_original_name new cba1c145af1 gdb: fix stale references to so_list new 87c1d01cadb gdb/progspace: rename progspace::so_list, make private new 2c3e1c3f745 gdb/solib: move solist.h content to solib.h new d309f4d8a76 gdb/solib: boolify in_dynsym_resolve_code functions new 134767de03c gdb/solib: make implementation of solib_ops::open_symbol_fi [...] new d5ef1fc2824 gdb/solib: make solib_ops::in_dynsym_resolve_code optional new c29af2b0556 gdb/solib: make solib_ops::solib_create_inferior_hook optional
The 8 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/Makefile.in | 1 - gdb/break-catch-load.c | 4 +- gdb/breakpoint.c | 5 +- gdb/bsd-uthread.c | 7 +- gdb/corelow.c | 1 - gdb/exec.c | 2 +- gdb/infrun.c | 1 - gdb/mi/mi-cmd-file.c | 5 +- gdb/mi/mi-interp.c | 8 +- gdb/mips-linux-tdep.c | 11 ++- gdb/objfiles.h | 4 +- gdb/ppc-linux-tdep.c | 15 ++-- gdb/progspace.c | 1 - gdb/progspace.h | 14 +-- gdb/solib-aix.c | 25 +----- gdb/solib-darwin.c | 31 ++----- gdb/solib-dsbt.c | 22 ++--- gdb/solib-frv.c | 20 ++--- gdb/solib-rocm.c | 15 ++-- gdb/solib-svr4.c | 54 ++++++------ gdb/solib-svr4.h | 8 +- gdb/solib-target.c | 34 +++----- gdb/solib.c | 78 ++++++++--------- gdb/solib.h | 211 ++++++++++++++++++++++++++++++++++++++++++++-- gdb/solist.h | 225 ------------------------------------------------- gdb/symtab.c | 1 - gdb/utils.c | 1 - gdb/windows-nat.c | 1 - gdb/windows-tdep.c | 1 - 29 files changed, 346 insertions(+), 460 deletions(-) delete mode 100644 gdb/solist.h