From: Ulrich Drepper Date: Sat, 21 Feb 2004 22:35:31 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.30~18254 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c91b8752c35d0d6b59419e3d39a7bd3dc1b45cc0;p=external%2Fglibc.git Update. 2004-02-21 Ulrich Drepper * elf/dynamic-link.h (elf_get_dynamic_info): Recognize DF_1_NOW. In ld.so, neither DT_FLAGS nor DT_FLAGS_1 must be used. --- diff --git a/ChangeLog b/ChangeLog index b96cc5a..6c5d354 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-02-21 Ulrich Drepper + + * elf/dynamic-link.h (elf_get_dynamic_info): Recognize DF_1_NOW. + In ld.so, neither DT_FLAGS nor DT_FLAGS_1 must be used. + 2004-02-21 Andreas Jaeger * posix/bug-ga1.c: Include for memset prototype.