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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
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 <nsd@redhat.com> + + * solist.h (struct so_list): Document the requirement that + current_sos initialize some fields to 0. + 2001-05-24 Mark Kettenis <kettenis@gnu.org> * gnu-nat.c: Include <ctype.h>. |