* alphanbsd-tdep.c (alphanbsd_init_abi): Use

svr4_lp64_fetch_link_map_offsets instead of
nbsd_lp64_solib_svr4_fetch_link_map_offsets.
This commit is contained in:
Mark Kettenis 2006-07-09 09:21:19 +00:00
parent 2ea0c3d63b
commit 789f3b5fdc
2 changed files with 12 additions and 4 deletions

View File

@ -1,3 +1,9 @@
2006-07-09 Mark Kettenis <kettenis@gnu.org>
* alphanbsd-tdep.c (alphanbsd_init_abi): Use
svr4_lp64_fetch_link_map_offsets instead of
nbsd_lp64_solib_svr4_fetch_link_map_offsets.
2006-07-06 Andrew Stubbs <andrew.stubbs@st.com>
* parse.c (write_exp_elt_opcode, write_exp_elt_sym, write_exp_elt_block

View File

@ -1,6 +1,7 @@
/* Target-dependent code for NetBSD/Alpha.
/* Target-dependent code for NetBSD/alpha.
Copyright (C) 2002, 2003, 2004, 2006 Free Software Foundation, Inc.
Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
Contributed by Wasabi Systems, Inc.
This file is part of GDB.
@ -210,8 +211,9 @@ alphanbsd_init_abi (struct gdbarch_info info,
must use software single-stepping. */
set_gdbarch_software_single_step (gdbarch, alpha_software_single_step);
set_solib_svr4_fetch_link_map_offsets (gdbarch,
nbsd_lp64_solib_svr4_fetch_link_map_offsets);
/* NetBSD/alpha has SVR4-style shared libraries. */
set_solib_svr4_fetch_link_map_offsets
(gdbarch, svr4_lp64_fetch_link_map_offsets);
tdep->dynamic_sigtramp_offset = alphanbsd_sigtramp_offset;
tdep->pc_in_sigtramp = alphanbsd_pc_in_sigtramp;