From ae4bf24404a134d96bc1844fc949ca518df698f8 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Mon, 2 Oct 2023 15:57:46 -0400 Subject: 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 Reviewed-By: Reviewed-By: Lancelot Six --- gdb/solib-svr4.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/solib-svr4.h') 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. -- cgit v1.1