* arm-linux-tdep.c (arm_linux_svr4_fetch_link_map_offsets):
authorMark Kettenis <kettenis@gnu.org>
Sun, 15 Jan 2006 18:28:58 +0000 (18:28 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sun, 15 Jan 2006 18:28:58 +0000 (18:28 +0000)
commit76a9d10f5261cea3442e1b9e7239f1eef27959a8
tree3e04037077eb7149bf7223fde43c62b993e69567
parent1b3a26b59c126f78ab764cda7eb47687182249c2
* arm-linux-tdep.c (arm_linux_svr4_fetch_link_map_offsets):
Remove.
(arm_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
svr4_ilp32_fetch_link_map_offsets.
* cris-tdep.c (cris_linux_svr4_fetch_link_map_offsets): Remove
function.
(cris_gdbarch_init): Set solib_svr4_fetch_link_map_offsets to
svr4_ilp32_fetch_link_map_offsets.
* mips-linux-tdep.c (mips_linux_svr4_fetch_link_map_offsets)
(mips64_linux_svr4_fetch_link_map_offsets): Remove functions.
(mips_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
svr4_ilp32_fetch_link_map_offsets or svr4_lp64_fetch_link_map_offsets
where appropriate.
* nbsd-tdep.c (nbsd_ilp32_solib_svr4_fetch_link_map_offsets):
Simply call svr4_ilp32_fetch_link_map_offsets.
(nbsd_lp64_solib_svr4_fetch_link_map_offsets): Simply call
svr4_lp64_fetch_link_map_offsets.
* ppc-linux-tdep.c (ppc_linux_svr4_fetch_link_map_offsets): Remove
function.
(ppc_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
svr4_ilp32_fetch_link_map_offsets.
* s390-tdep.c (s390_svr4_fetch_link_map_offsets)
(s390x_svr4_fetch_link_map_offsets): Remove functions.
(s390_gdbarch_init): Set solib_svr4_fetch_link_map_offsets to
svr4_ilp32_fetch_link_map_offsets or svr4_lp64_fetch_link_map_offsets
where appropriate.
gdb/ChangeLog
gdb/arm-linux-tdep.c
gdb/cris-tdep.c
gdb/mips-linux-tdep.c
gdb/nbsd-tdep.c
gdb/ppc-linux-tdep.c
gdb/s390-tdep.c