about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2005-04-27 11:40:21 +0000
committerJakub Jelinek <jakub@redhat.com>2005-04-27 11:40:21 +0000
commit44c3fe3909b8a180743fa772cc3461d493ecbcb8 (patch)
tree4f458ccf64e6a0f932c68ccb0760434df76e39fa /ChangeLog
parent35278cc7d7fe81e01bb092e76b775c169e7e85f6 (diff)
downloadglibc-44c3fe3909b8a180743fa772cc3461d493ecbcb8.tar.gz
glibc-44c3fe3909b8a180743fa772cc3461d493ecbcb8.tar.xz
glibc-44c3fe3909b8a180743fa772cc3461d493ecbcb8.zip
* elf/rtld.c (dl_main): Call _dl_init_linuxthreads_paths
	if GLRO(dl_osversion) <= 0x20413.
	* elf/dl-load.c (_dl_init_paths): Allocate one extra pointer in
	rtld_search_dirs.dirs.
	(_dl_init_linuxthreads_paths): New function.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3179b70d25..4d540f02f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-04-27  Jakub Jelinek  <jakub@redhat.com>
+
+	* elf/rtld.c (dl_main): Call _dl_init_linuxthreads_paths
+	if GLRO(dl_osversion) <= 0x20413.
+	* elf/dl-load.c (_dl_init_paths): Allocate one extra pointer in
+	rtld_search_dirs.dirs.
+	(_dl_init_linuxthreads_paths): New function.
+
 2005-04-27  Roland McGrath  <roland@redhat.com>
 
 	[BZ #877]