Constify some target_so_ops instances
authorTom Tromey <tromey@adacore.com>
Mon, 8 Aug 2022 17:00:50 +0000 (11:00 -0600)
committerTom Tromey <tromey@adacore.com>
Tue, 20 Sep 2022 18:25:19 +0000 (12:25 -0600)
commit549dfc51b07c0c749ebde15a3fa855ab496ea18a
tree19524424c91615492c20104d1e6b880e4afa5fc4
parent9e468e953cd2f605a3f51d6ef6532e46b8fdd7b4
Constify some target_so_ops instances

This changes some target_so_ops instances to be const.  This makes
their use a little more obvious (they can't be mutated) and also
allows for the removal of some initialization code.
13 files changed:
gdb/frv-tdep.h
gdb/solib-aix.c
gdb/solib-aix.h
gdb/solib-darwin.c
gdb/solib-darwin.h
gdb/solib-dsbt.c
gdb/solib-dsbt.h [new file with mode: 0644]
gdb/solib-frv.c
gdb/solib-svr4.c
gdb/solib-svr4.h
gdb/solib-target.c
gdb/solib-target.h
gdb/tic6x-linux-tdep.c