aboutsummaryrefslogtreecommitdiff
path: root/gdb/mips-linux-tdep.c
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@efficios.com>2024-02-05 15:18:34 -0500
committerSimon Marchi <simon.marchi@efficios.com>2024-02-05 16:10:15 -0500
commit6cedf3bcbf9d8ac88147fdb9b0765a206191a282 (patch)
treee6ba766a7f51f3b0aba680c7182e54d6345baafa /gdb/mips-linux-tdep.c
parent7b323785ef83a7d6f023909fe21b7983651c3f27 (diff)
downloadbinutils-6cedf3bcbf9d8ac88147fdb9b0765a206191a282.zip
binutils-6cedf3bcbf9d8ac88147fdb9b0765a206191a282.tar.gz
binutils-6cedf3bcbf9d8ac88147fdb9b0765a206191a282.tar.bz2
gdb: rename target_so_ops to solib_ops
I don't like the name `target_so_ops`, because: - The name `target` is so overloaded, and in this case it's not even related to target_ops or anything else called "target". - We do have an implementation that actually fetches solibs from the target (solib_target_so_op in solib-target.c), so it's confusing for the "base class" to be called target_something as well. Rename to solib_ops. Change-Id: I46a983d44e81400470e22deb09aaf26ad8a3587f Approved-By: Tom Tromey <tom@tromey.com>
Diffstat (limited to 'gdb/mips-linux-tdep.c')
-rw-r--r--gdb/mips-linux-tdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/mips-linux-tdep.c b/gdb/mips-linux-tdep.c
index 74411cd..9ecf698 100644
--- a/gdb/mips-linux-tdep.c
+++ b/gdb/mips-linux-tdep.c
@@ -46,7 +46,7 @@
#include "features/mips64-linux.c"
#include "features/mips64-dsp-linux.c"
-static struct target_so_ops mips_svr4_so_ops;
+static solib_ops mips_svr4_so_ops;
/* This enum represents the signals' numbers on the MIPS
architecture. It just contains the signal definitions which are