Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 21 Feb 2004 22:35:31 +0000 (22:35 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 21 Feb 2004 22:35:31 +0000 (22:35 +0000)
2004-02-21  Ulrich Drepper  <drepper@redhat.com>

* 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.

ChangeLog

index b96cc5a..6c5d354 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-02-21  Ulrich Drepper  <drepper@redhat.com>
+
+       * 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  <aj@suse.de>
 
        * posix/bug-ga1.c: Include <string.h> for memset prototype.