Add cross platform SVR4 shared library support for PowerPC.
[deliverable/binutils-gdb.git] / gdb / rs6000-tdep.c
index 12c6ed59b619ddaf102c8090a4967673c0d86973..445007049a9768ae441681bc8fe97e73762c60f0 100644 (file)
@@ -40,6 +40,7 @@
 
 #include "elf-bfd.h"
 
+#include "solib-svr4.h"
 #include "ppc-tdep.h"
 
 /* If the kernel has to deliver a signal, it pushes a sigcontext
@@ -2333,6 +2334,8 @@ rs6000_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
 
       set_gdbarch_memory_remove_breakpoint (gdbarch,
                                            ppc_linux_memory_remove_breakpoint);
+      set_solib_svr4_fetch_link_map_offsets 
+       (gdbarch, ppc_linux_svr4_fetch_link_map_offsets);
     }
   else
     {
This page took 0.02319 seconds and 4 git commands to generate.