From f9ba25105ee4772e33b439b81c097f82eb508304 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Aug 25 2006 09:56:17 +0000 Subject: 2.4.90-25 --- diff --git a/glibc-fedora.patch b/glibc-fedora.patch index 476a5ef..f185833 100644 --- a/glibc-fedora.patch +++ b/glibc-fedora.patch @@ -3396,3 +3396,17 @@ /* Remember the repertoire we use. */ if (!ignore_content) +--- libc/nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c.jj 2006-08-25 11:01:24.000000000 +0200 ++++ libc/nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c 2006-08-25 11:53:28.000000000 +0200 +@@ -58,9 +58,10 @@ __libc_pthread_init (ptr, reclaim, funct + #endif + } + +- ++#ifdef SHARED + libc_freeres_fn (freeres_libptread) + { + if (__libc_pthread_functions.ptr_freeres != NULL) + __libc_pthread_functions.ptr_freeres (); + } ++#endif diff --git a/glibc.spec b/glibc.spec index bbdc69b..6899e19 100644 --- a/glibc.spec +++ b/glibc.spec @@ -3,7 +3,7 @@ %define glibcsrcdir glibc-20060825T0639 %define glibc_release_tarballs 0 %define glibcversion 2.4.90 -%define glibcrelease 24 +%define glibcrelease 25 %define auxarches i586 i686 athlon sparcv9 alphaev6 %define xenarches i686 athlon %ifarch %{xenarches} @@ -1453,7 +1453,7 @@ rm -f *.filelist* %endif %changelog -* Fri Aug 25 2006 Jakub Jelinek 2.4.90-24 +* Fri Aug 25 2006 Jakub Jelinek 2.4.90-25 - temporarily back out code to limit number of unsorted block sort iterations (#203735, #204027) - handle PLT symbols in dladdr properly (BZ#2683)