]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb/solib: remove so_ prefix from so_name and so_original_name
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 26 May 2025 20:26:10 +0000 (16:26 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Thu, 29 May 2025 14:44:58 +0000 (10:44 -0400)
commit6896e625136480e81066677d7ede3dffd0d0001f
tree01a3a321c4aaceb6ccdaa247062723a3dfb89fdd
parentdbd830f14f791fa8d27afa08b258347b95608e57
gdb/solib: remove so_ prefix from so_name and so_original_name

The `so_` prefix is unnecessary here, it's already clear by the fact
that they are field of the solib type (and previously so_list).

Change-Id: I2c6773afc121d7631901e602913ea8a068840d0b
Reviewed-By: Guinevere Larsen <guinevere@redhat.com>
14 files changed:
gdb/break-catch-load.c
gdb/breakpoint.c
gdb/bsd-uthread.c
gdb/mi/mi-cmd-file.c
gdb/mi/mi-interp.c
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-target.c
gdb/solib.c
gdb/solist.h