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 d08515a68e5 RISC-V: Don't do undefweak relaxations for the linker_def symbols. new 6fe4d5bf185 gdb: remove empty clear_solib functions new 581b34c2a15 gdb: add program_space parameter to target_so_ops::clear_solib new c1d21880e98 gdb: make interps_notify work with references new bb86ab837e3 gdb: replace some so_list parameters to use references new 1f08aca9d04 gdbsupport: use "reference" and "pointer" type aliases in i [...] new 539223dec93 gdb: make get_cbfd_soname_build_id static new 94d5c64878a gdb: allocate so_list with new, deallocate with delete new ae4bf24404a gdb: rename lm_info_base to lm_info new e3b63a7910a gdb: remove target_so_ops::free_so new 3fcbae9d9c7 gdb: use gdb::checked_static_cast when casting lm_info new 96bb3873ec2 gdb: make solib-svr4 not use so_list internally new 5340140e1b0 gdb: make solib-rocm not use so_list internally new 1c0dfccba7b gdb: remove lm_info_vector typedef new 7ad0a42e88c gdb: make so_list::lm_info a unique_ptr new 4ac91b6bb82 gdb: make clear_so a method of struct so_list new 25b5a04e858 gdb: remove target_section_table typedef new ae19ef71d22 gdb: make so_list::sections not a pointer new 200b85632a9 gdb: make so_list::abfd a gdb_bfd_ref_ptr new 98107b0b17a gdb: make so_list::{so_original_name,so_name} std::strings new 8971d2788e7 gdb: link so_list using intrusive_list new 38dc8f35f92 gdb: don't call so_list::clear in free_so new 30932f40120 gdb: remove free_so function new 3fe0dfd1604 gdb: rename struct so_list to shobj
The 23 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/bfd-target.c | 6 +- gdb/break-catch-load.c | 4 +- gdb/breakpoint.c | 6 +- gdb/bsd-uthread.c | 18 +- gdb/corelow.c | 7 +- gdb/exec.c | 24 +-- gdb/exec.h | 6 +- gdb/hppa-tdep.c | 2 +- gdb/hppa-tdep.h | 4 +- gdb/interps.c | 10 +- gdb/interps.h | 10 +- gdb/maint.c | 2 +- gdb/mi/mi-cmd-file.c | 7 +- gdb/mi/mi-interp.c | 26 +-- gdb/mi/mi-interp.h | 6 +- gdb/nto-tdep.c | 6 +- gdb/nto-tdep.h | 3 +- gdb/observable.h | 7 +- gdb/progspace.c | 4 +- gdb/progspace.h | 26 ++- gdb/record-full.c | 2 +- gdb/remote.c | 3 +- gdb/solib-aix.c | 69 ++------ gdb/solib-darwin.c | 86 ++++----- gdb/solib-dsbt.c | 75 +++----- gdb/solib-frv.c | 58 +++--- gdb/solib-rocm.c | 122 ++++++------- gdb/solib-svr4.c | 421 ++++++++++++++++---------------------------- gdb/solib-svr4.h | 4 +- gdb/solib-target.c | 121 +++++-------- gdb/solib.c | 310 ++++++++++++++------------------ gdb/solib.h | 13 +- gdb/solist.h | 77 ++++---- gdb/symfile.c | 2 +- gdb/symfile.h | 2 +- gdb/target-debug.h | 4 +- gdb/target-delegates.c | 14 +- gdb/target-section.h | 6 +- gdb/target.c | 10 +- gdb/target.h | 6 +- gdbsupport/intrusive_list.h | 28 +-- 41 files changed, 653 insertions(+), 964 deletions(-)