Remove unused parameter in solib_add and update_solib_list
[deliverable/binutils-gdb.git] / gdb / solib.h
index 8116b1d24d34d26342c2c800216ffa670141b9e4..1b46849fee1281f1d83f93163e57cb78e3f9ade0 100644 (file)
@@ -1,6 +1,6 @@
 /* Shared library declarations for GDB, the GNU Debugger.
    
-   Copyright (C) 1992-2016 Free Software Foundation, Inc.
+   Copyright (C) 1992-2017 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -35,7 +35,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 void solib_add (const char *, int, int);
 extern int solib_read_symbols (struct so_list *, symfile_add_flags);
 
 /* Function to be called when the inferior starts up, to discover the
This page took 0.025116 seconds and 4 git commands to generate.