diff options
author | Nick Clifton <nickc@redhat.com> | 2004-07-21 15:05:46 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-07-21 15:05:46 +0000 |
commit | 76d7af2d04354fe7225eba82b02a16bfb5772e80 (patch) | |
tree | 3ea129c9fb2bece36ad5d93fd524a260b7b82e25 /ld/ChangeLog | |
parent | a53c66de31b87c66e2fc17afb3558983a5d80bf9 (diff) | |
download | gdb-76d7af2d04354fe7225eba82b02a16bfb5772e80.zip gdb-76d7af2d04354fe7225eba82b02a16bfb5772e80.tar.gz gdb-76d7af2d04354fe7225eba82b02a16bfb5772e80.tar.bz2 |
(init_os): Make sure that the newly allocated userdata structure is zeroed out.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 03dd40f..b34292d 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2004-07-21 Nick Clifton <nickc@redhat.com> + + * ldlang.c (init_os): Make sure that the newly allocated userdata + structure is zeroed out. + 2004-07-19 H.J. Lu <hongjiu.lu@intel.com> * NEWS: Mention the new --add-needed/--no-add-needed and |