From: Ulrich Drepper Date: Wed, 15 Mar 2000 05:43:43 +0000 (+0000) Subject: Update. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13c5193d93d58e27e91b62fca308f64a612c019f;p=thirdparty%2Fglibc.git Update. --- diff --git a/ChangeLog b/ChangeLog index e2b720e63a4..c6caf38bab3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2000-03-14 Ulrich Drepper + + * elf/dl-deps.c (_dl_map_object_deps): Change return type and remove + last parameter. Move code to add map to global scope from here... + * elf/dl-open.c (dl_open_worker): ...here. + * elf/ldsodefs.h: Adjust declaration of _dl_map_object_deps. + * elf/rtld.c: Adjust call to _dl_map_object_deps. + 2000-03-14 Andreas Jaeger * locale/localeconv.c (localeconv): Fix typo. @@ -17,7 +25,7 @@ 2000-03-03 Ulrich Drepper * sysdeps/unix/sysv/linux/init-first.c (init): Remove personality - call. It should not be necessary and is harmful for Alpha. + call. It should not be necessary and is harmful for Alpha. 2000-03-01 Andreas Jaeger