* ppc-linux-tdep.c (ppc_linux_init_abi): Set 64-bit link map offsets.
authorDaniel Jacobowitz <drow@false.org>
Wed, 13 Jul 2005 16:29:04 +0000 (16:29 +0000)
committerDaniel Jacobowitz <drow@false.org>
Wed, 13 Jul 2005 16:29:04 +0000 (16:29 +0000)
gdb/ChangeLog
gdb/ppc-linux-tdep.c

index d6f4675b16619cd3791e4115c76afee6ccef682e..ef7f690569d077e7e1da7263e12ddbfdceecf3c5 100644 (file)
@@ -1,3 +1,7 @@
+2005-07-13  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * ppc-linux-tdep.c (ppc_linux_init_abi): Set 64-bit link map offsets.
+
 2005-07-12  Mark Kettenis  <kettenis@gnu.org>
 
        * dwarf2expr.h: Tweak comment.
index e6d8941caa79a9c80ee35085723680c37f0af938..40e68ff04611405985bf96a3b5960a1f32cf58fc 100644 (file)
@@ -1,7 +1,7 @@
 /* Target-dependent code for GDB, the GNU debugger.
 
    Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995, 1996,
-   1997, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   1997, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -1108,6 +1108,10 @@ ppc_linux_init_abi (struct gdbarch_info info,
         (gdbarch, ppc64_linux_convert_from_func_ptr_addr);
       set_gdbarch_skip_trampoline_code (gdbarch, ppc64_skip_trampoline_code);
 
+      /* Shared library handling.  */
+      set_solib_svr4_fetch_link_map_offsets
+        (gdbarch, svr4_lp64_fetch_link_map_offsets);
+
       /* Trampolines.  */
       tramp_frame_prepend_unwinder (gdbarch, &ppc64_linux_sigaction_tramp_frame);
       tramp_frame_prepend_unwinder (gdbarch, &ppc64_linux_sighandler_tramp_frame);
This page took 0.028557 seconds and 4 git commands to generate.