summaryrefslogtreecommitdiff
path: root/gdb/solist.h
diff options
context:
space:
mode:
authorNicholas Duffek <nsd@redhat.com>2001-05-25 01:27:11 +0000
committerNicholas Duffek <nsd@redhat.com>2001-05-25 01:27:11 +0000
commit5e52d6daa4838277261ecaf3067b67f2cf3347af (patch)
tree88f04a7de41373a11e0d886d3f5ea46867ad40e2 /gdb/solist.h
parent2107afb05722007d967981c29559cf6eae6bf4b6 (diff)
downloadgdb-5e52d6daa4838277261ecaf3067b67f2cf3347af.tar.gz
* solist.h (struct so_list): Document the requirement that
current_sos initialize some fields to 0.
Diffstat (limited to 'gdb/solist.h')
-rw-r--r--gdb/solist.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/solist.h b/gdb/solist.h
index 52fe9a8b317..fa00aaff3d4 100644
--- a/gdb/solist.h
+++ b/gdb/solist.h
@@ -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? */