about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-02-21 22:35:31 +0000
committerUlrich Drepper <drepper@redhat.com>2004-02-21 22:35:31 +0000
commitc91b8752c35d0d6b59419e3d39a7bd3dc1b45cc0 (patch)
tree6963250a343298151cef00e4c068aec47e195279
parent445888be74927684421b53d66981309d676bdcda (diff)
downloadglibc-c91b8752c35d0d6b59419e3d39a7bd3dc1b45cc0.tar.gz
glibc-c91b8752c35d0d6b59419e3d39a7bd3dc1b45cc0.tar.xz
glibc-c91b8752c35d0d6b59419e3d39a7bd3dc1b45cc0.zip
Update.
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.
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b96cc5a4a7..6c5d354c8f 100644
--- 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.