dwarf2_physname patchset:
[deliverable/binutils-gdb.git] / gdb / solist.h
index 573f73665120d0f01347ca19893996c07c50ece0..51bfce970f4c12ea15c54a2ce7bc1bceecd484b8 100644 (file)
@@ -117,7 +117,6 @@ struct target_so_ops
     /* Hook for looking up global symbols in a library-specific way.  */
     struct symbol * (*lookup_lib_global_symbol) (const struct objfile *objfile,
                                                 const char *name,
-                                                const char *linkage_name,
                                                 const domain_enum domain);
 
     /* Given two so_list objects, one from the GDB thread list
@@ -157,7 +156,6 @@ extern struct target_so_ops *current_target_so_ops;
 /* Handler for library-specific global symbol lookup in solib.c.  */
 struct symbol *solib_global_lookup (const struct objfile *objfile,
                                    const char *name,
-                                   const char *linkage_name,
                                    const domain_enum domain);
 
 #endif
This page took 0.037242 seconds and 4 git commands to generate.