diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c0a1f38..62efdc0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,34 @@ 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 writebuf arguments to `gdb_byte *'. |