Adjust Value.location for lval_register
[deliverable/binutils-gdb.git] / gdb / solib.h
index 00fd6cb4bfb5f76eb378ff9a1ebe05936ddb812e..8116b1d24d34d26342c2c800216ffa670141b9e4 100644 (file)
@@ -26,6 +26,8 @@ struct target_ops;
 struct target_so_ops;
 struct program_space;
 
+#include "symfile-add-flags.h"
+
 /* Called when we free all symtabs, to free the shared library information
    as well.  */
 
@@ -34,7 +36,7 @@ extern void clear_solib (void);
 /* Called to add symbols from a shared library to gdb's symbol table.  */
 
 extern void solib_add (const char *, int, struct target_ops *, int);
-extern int solib_read_symbols (struct so_list *, int);
+extern int solib_read_symbols (struct so_list *, symfile_add_flags);
 
 /* Function to be called when the inferior starts up, to discover the
    names of shared libraries that are dynamically linked, the base
This page took 0.024528 seconds and 4 git commands to generate.