* arm-linux-tdep.c (arm_linux_svr4_fetch_link_map_offsets):
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index c0a1f387da26b00b0bb4c0920b0fec8950f7596a..62efdc0b5a06c98d6bb4de40e382fa8cf2b5e4e2 100644 (file)
@@ -1,3 +1,32 @@
+2006-01-15  Mark Kettenis  <kettenis@gnu.org>
+
+       * 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.
+
 2006-01-15  Mark Kettenis  <kettenis@gnu.org>
 
        * arm-tdep.c (arm_return_value): Change type of readbuf and
This page took 0.036671 seconds and 4 git commands to generate.