]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 3 Apr 2002 06:15:37 +0000 (06:15 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 3 Apr 2002 06:15:37 +0000 (06:15 +0000)
ChangeLog

index fae9b0201d9ba23281495b60c115d49972dcbf2b..c7ef2ae0ce605e99e77b9e298a84aea316e816e0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
 
+       * elf/dl-deps.c (_dl_map_object_deps): The sorting of the
+       dependencies must be stable to work correctly.
+       Reported by martin.lubich@datacon.at.
+
        * libio/fileops.c (_IO_new_file_close_it): Only call _IO_do_flush
        if stream was last used for writing.