* configure.ac: Use AC_CHECK_DECLS instead of gcc_AC_CHECK_DECLS
[deliverable/binutils-gdb.git] / gdb / solist.h
index 8e5c4321855ec2befe8c2580ee61eb510d1b0c5f..439e08a58169ed72837f8b76b08352d769245a4c 100644 (file)
@@ -100,15 +100,19 @@ struct target_so_ops
        the run time loader */
     int (*in_dynsym_resolve_code) (CORE_ADDR pc);
 
-    /* Extra hook for finding and opening a solib.  Convenience function
-       for remote debuggers finding host libs */
+    /* Extra hook for finding and opening a solib.  
+       Convenience function for remote debuggers finding host libs.  */
     int (*find_and_open_solib) (char *soname,
         unsigned o_flags, char **temp_pathname);
     
   };
 
+/* Free the memory associated with a (so_list *).  */
 void free_so (struct so_list *so);
 
+/* Return address of first so_list entry in master shared object list.  */
+struct so_list *master_so_list (void);
+
 /* Find solib binary file and open it.  */
 extern int solib_open (char *in_pathname, char **found_pathname);
 
This page took 0.037227 seconds and 4 git commands to generate.