* configure.in (hppa*-*-*): Also configure and build stabs-only
[deliverable/binutils-gdb.git] / gdb / solib.h
index b0c6afca3f4f0ea394a50b59ac17a29ed868ceb1..ddabf7460bc14e721122b14b23c2658ddb25ef3a 100644 (file)
@@ -42,7 +42,7 @@ solib_add PARAMS ((char *, int, struct target_ops *));
    which they are linked, and sufficient information to read in their symbols
    at a later time. */
 
-#define SOLIB_CREATE_INFERIOR_HOOK     solib_create_inferior_hook
+#define SOLIB_CREATE_INFERIOR_HOOK(PID)        solib_create_inferior_hook()
 
 extern void
 solib_create_inferior_hook PARAMS((void));     /* solib.c */
@@ -54,4 +54,3 @@ solib_create_inferior_hook PARAMS((void));    /* solib.c */
 
 extern int
 solib_address PARAMS ((CORE_ADDR));            /* solib.c */
-
This page took 0.023311 seconds and 4 git commands to generate.