diff options
author | Nicholas Duffek <nsd@redhat.com> | 2001-05-25 01:27:11 +0000 |
---|---|---|
committer | Nicholas Duffek <nsd@redhat.com> | 2001-05-25 01:27:11 +0000 |
commit | fa3b51d224d7b32bace5c9059a4e6a4b39a177f6 (patch) | |
tree | f621cab58f7ac8397cbcabe0a24b6a5180d64c64 /gdb/solist.h | |
parent | ae23c49223273e227404b92bc17782ec5cc8f311 (diff) | |
download | gdb-fa3b51d224d7b32bace5c9059a4e6a4b39a177f6.zip gdb-fa3b51d224d7b32bace5c9059a4e6a4b39a177f6.tar.gz gdb-fa3b51d224d7b32bace5c9059a4e6a4b39a177f6.tar.bz2 |
* 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.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/solist.h b/gdb/solist.h index 52fe9a8..fa00aaf 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? */ |