aboutsummaryrefslogtreecommitdiff
path: root/gdb/solib-svr4.h
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-svr4.h
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-svr4.h')
-rw-r--r--gdb/solib-svr4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/solib-svr4.h b/gdb/solib-svr4.h
index ff15603..050c702 100644
--- a/gdb/solib-svr4.h
+++ b/gdb/solib-svr4.h
@@ -29,7 +29,7 @@ extern const struct target_so_ops svr4_so_ops;
/* Link map info to include in an allocated so_list entry. */
-struct lm_info_svr4 : public lm_info_base
+struct lm_info_svr4 : public lm_info
{
/* Amount by which addresses in the binary should be relocated to
match the inferior. The direct inferior value is L_ADDR_INFERIOR.