aboutsummaryrefslogtreecommitdiff
path: root/gdb/solib-aix.c
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@efficios.com>2023-10-02 15:57:46 -0400
committerSimon Marchi <simon.marchi@efficios.com>2023-10-19 10:57:51 -0400
commitae4bf24404a134d96bc1844fc949ca518df698f8 (patch)
tree9a96c655e4c2647a668b21fb722aafef96859216 /gdb/solib-aix.c
parent94d5c64878a75c573c98502497cd2118720e8bbe (diff)
downloadgdb-ae4bf24404a134d96bc1844fc949ca518df698f8.zip
gdb-ae4bf24404a134d96bc1844fc949ca518df698f8.tar.gz
gdb-ae4bf24404a134d96bc1844fc949ca518df698f8.tar.bz2
gdb: rename lm_info_base to lm_info
The base class doesn't need to have "_base" in its name, all the sub-classes have a specific suffix. Change-Id: I87652105cfedd87898770a81f0eda343ff7f2bdb Approved-By: Pedro Alves <pedro@palves.net> Reviewed-By: Reviewed-By: Lancelot Six <lancelot.six@amd.com>
Diffstat (limited to 'gdb/solib-aix.c')
-rw-r--r--gdb/solib-aix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/solib-aix.c b/gdb/solib-aix.c
index 515d9d6..7e7333e 100644
--- a/gdb/solib-aix.c
+++ b/gdb/solib-aix.c
@@ -28,7 +28,7 @@
/* Our private data in struct so_list. */
-struct lm_info_aix : public lm_info_base
+struct lm_info_aix : public lm_info
{
/* The name of the file mapped by the loader. Apart from the entry
for the main executable, this is usually a shared library (which,