* dwarf2read.c (psymtabs_addrmap_cleanup): New function.
[deliverable/binutils-gdb.git] / gdb / solist.h
index 77eb2aeaa4823cea717a50ab047cfba85218a1ee..bcba0ad65b6871d224fe35923dec54e644aca4fd 100644 (file)
@@ -63,7 +63,12 @@ struct so_list
 
     bfd *abfd;
     char symbols_loaded;       /* flag: symbols read in yet? */
-    struct objfile *objfile;   /* objfile for loaded lib */
+
+    /* objfile with symbols for a loaded library.  Target memory is read from
+       ABFD.  OBJFILE may be NULL either before symbols have been loaded, if
+       the file cannot be found or after the command "nosharedlibrary".  */
+    struct objfile *objfile;
+
     struct target_section *sections;
     struct target_section *sections_end;
 
This page took 0.02525 seconds and 4 git commands to generate.