* solist.h (struct so_list): Document the requirement that
[deliverable/binutils-gdb.git] / gdb / solist.h
index 52fe9a8b317fd7e56dd704d3fcd9e0ea4ce85291..fa00aaff3d48949b187f24747c4d84511cc45e07 100644 (file)
@@ -52,7 +52,9 @@ struct so_list
 
     /* The following fields of the structure are built from
        information gathered from the shared object file itself, and
-       are initialized when we actually add it to our symbol tables.  */
+       are set when we actually add it to our symbol tables.
+
+       current_sos must initialize these fields to 0.  */
 
     bfd *abfd;
     char symbols_loaded;       /* flag: symbols read in yet? */
This page took 0.026217 seconds and 4 git commands to generate.