From: Nicholas Duffek Date: Fri, 25 May 2001 01:27:11 +0000 (+0000) Subject: * solist.h (struct so_list): Document the requirement that X-Git-Tag: dberlin-typesystem-branchpoint~449 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fa3b51d224d7b32bace5c9059a4e6a4b39a177f6;p=platform%2Fupstream%2Fbinutils.git * solist.h (struct so_list): Document the requirement that current_sos initialize some fields to 0. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e4dc5a2..62b576e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2001-05-24 Nick Duffek + + * solist.h (struct so_list): Document the requirement that + current_sos initialize some fields to 0. + 2001-05-24 Mark Kettenis * gnu-nat.c: Include . 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? */