]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb/solib: move solist.h content to solib.h
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 26 May 2025 20:26:13 +0000 (16:26 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Thu, 29 May 2025 14:47:48 +0000 (10:47 -0400)
commit2c3e1c3f745668314cd168145da2620fdd5d541a
tree0521a747494a8d742c4e5f179d1cc0b90d239b67
parent87c1d01cadb413ff771e5612d1796bdd0abc80ae
gdb/solib: move solist.h content to solib.h

I don't think that the file solist.h is useful.  It would make sense to
have `struct solib` in solib.h.  And then, all that would remain is
`struct solib_ops` and some solib-related function declarations.  So,
move it all to solib.h.

Change-Id: I20ecf19787c378066f2c7a6a8a737c1db7c55d9a
Reviewed-By: Guinevere Larsen <guinevere@redhat.com>
28 files changed:
gdb/Makefile.in
gdb/break-catch-load.c
gdb/breakpoint.c
gdb/bsd-uthread.c
gdb/corelow.c
gdb/exec.c
gdb/infrun.c
gdb/mi/mi-cmd-file.c
gdb/mi/mi-interp.c
gdb/mips-linux-tdep.c
gdb/ppc-linux-tdep.c
gdb/progspace.c
gdb/progspace.h
gdb/solib-aix.c
gdb/solib-darwin.c
gdb/solib-dsbt.c
gdb/solib-frv.c
gdb/solib-rocm.c
gdb/solib-svr4.c
gdb/solib-svr4.h
gdb/solib-target.c
gdb/solib.c
gdb/solib.h
gdb/solist.h [deleted file]
gdb/symtab.c
gdb/utils.c
gdb/windows-nat.c
gdb/windows-tdep.c