Make psymbols and psymtabs independent of the program space
[deliverable/binutils-gdb.git] / gdb / symfile.h
index 79c7687d29842955b8d6f5bbbd6129afcf8b92ec..5b8b781e17fc0a2e531c95bc9f12d8967a0ec0ed 100644 (file)
@@ -191,12 +191,6 @@ struct quick_symbol_functions
      gdb_stdout.  This is used for "maint print objfiles".  */
   void (*dump) (struct objfile *objfile);
 
-  /* This is called by objfile_relocate to relocate any indices loaded
-     for OBJFILE.  */
-  void (*relocate) (struct objfile *objfile,
-                   const struct section_offsets *new_offsets,
-                   const struct section_offsets *delta);
-
   /* Find all the symbols in OBJFILE named FUNC_NAME, and ensure that
      the corresponding symbol tables are loaded.  */
   void (*expand_symtabs_for_function) (struct objfile *objfile,
This page took 0.02472 seconds and 4 git commands to generate.