Reimplement shared library support on ppc-aix...
[deliverable/binutils-gdb.git] / gdb / solib.c
index 319538fbc31c07a904f97cc09c4c2c45294e56da..af48388812a2cea5e9b6d8a21c0d3709c1b10949 100644 (file)
@@ -1294,11 +1294,7 @@ reload_shared_libraries (char *ignored, int from_tty,
         we're not really starting up the inferior here.  */
       remove_solib_event_breakpoints ();
 
-#ifdef SOLIB_CREATE_INFERIOR_HOOK
-      SOLIB_CREATE_INFERIOR_HOOK (PIDGET (inferior_ptid));
-#else
       solib_create_inferior_hook (from_tty);
-#endif
     }
 
   /* Sometimes the platform-specific hook loads initial shared
This page took 0.023563 seconds and 4 git commands to generate.