From 44c3fe3909b8a180743fa772cc3461d493ecbcb8 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Wed, 27 Apr 2005 11:40:21 +0000 Subject: * 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. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3179b70d25..4d540f02f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2005-04-27 Jakub Jelinek + + * 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 [BZ #877] -- cgit v1.2.3