diff options
author | Roland McGrath <roland@gnu.org> | 2002-12-05 22:34:59 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-12-05 22:34:59 +0000 |
commit | ca4961c0956bb3a6ed4fee5181717afbe4978058 (patch) | |
tree | ffd13550cab2abc6c7fdcee245b247c6c4260e86 /ChangeLog | |
parent | 11767d4767d1f8c688f31f05f52f2edc83a1cdaf (diff) | |
download | glibc-ca4961c0956bb3a6ed4fee5181717afbe4978058.zip glibc-ca4961c0956bb3a6ed4fee5181717afbe4978058.tar.gz glibc-ca4961c0956bb3a6ed4fee5181717afbe4978058.tar.bz2 |
* stdlib/cxa_finalize.c (__cxa_finalize): When given a null argument,
call all functions rather than none.
Reported by Mark P. Mitchell <mark@codesourcery.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2002-12-05 Roland McGrath <roland@redhat.com> + + * stdlib/cxa_finalize.c (__cxa_finalize): When given a null argument, + call all functions rather than none. + Reported by Mark P. Mitchell <mark@codesourcery.com>. + 2002-12-04 Roland McGrath <roland@redhat.com> * locale/localeinfo.h [NL_CURRENT_INDIRECT]: Use attribute_tls_model_ie |