--- patches/1505_hppa_glibc-2.11-hppa-nptl.patch 2011-01-08 23:37:07.000000000 +0100 +++ patches/1505_hppa_glibc-2.11-hppa-nptl.patch 2011-03-01 21:35:27.925532394 +0100 @@ -1,26 +1,7 @@ http://bugs.gentoo.org/301642 -diff -uNr glibc-2.11.2.orig/ChangeLog glibc-2.11.2/ChangeLog --- - glibc-2.11.2.orig/elf/dl-fptr.c 2010-07-25 21:58:31.241131107 +0200 +++ - glibc-2.11.2.orig/elf/dl-fptr.c 2010-07-25 22:00:54.323726976 +0200 @@ -56,34 +37,8 @@ static ElfW(Addr) make_fdesc (ElfW(Addr) ip, ElfW(Addr) gp) -diff -uNr glibc-2.11.2.orig/nptl/ChangeLog glibc-2.11.2/nptl/ChangeLog --- - glibc-2.11.2.orig/nptl/allocatestack.c 2010-07-25 21:58:30.669136153 +0200 +++ - glibc-2.11.2.orig/nptl/allocatestack.c 2010-07-25 21:59:05.528795435 +0200 @@ -159,9 +114,8 @@ #endif return 0; -diff -uNr glibc-2.11.2.orig/nptl/pthread_attr_getstack.c glibc-2.11.2/nptl/pthread_attr_getstack.c --- - glibc-2.11.2.orig/nptl/pthread_attr_getstack.c 2010-07-25 21:58:30.717135358 +0200 +++ - glibc-2.11.2.orig/nptl/pthread_attr_getstack.c 2010-07-25 21:59:05.532796982 +0200 @@ -180,9 +134,8 @@ *stacksize = iattr->stacksize; return 0; -diff -uNr glibc-2.11.2.orig/nptl/pthread_attr_setstack.c glibc-2.11.2/nptl/pthread_attr_setstack.c --- - glibc-2.11.2.orig/nptl/pthread_attr_setstack.c 2010-07-25 21:58:30.717135358 +0200 +++ - glibc-2.11.2.orig/nptl/pthread_attr_setstack.c 2010-07-25 21:59:05.532796982 +0200 @@ -213,9 +166,8 @@ iattr->flags |= ATTR_FLAG_STACKADDR; return 0; -diff -uNr glibc-2.11.2.orig/nptl/pthread_create.c glibc-2.11.2/nptl/pthread_create.c --- - glibc-2.11.2.orig/nptl/pthread_create.c 2010-07-25 21:58:30.713135617 +0200 +++ - glibc-2.11.2.orig/nptl/pthread_create.c 2010-07-25 21:59:05.536794818 +0200 @@ -244,9 +196,8 @@ /* If the thread is detached free the TCB. */ if (IS_DETACHED (pd)) -diff -uNr glibc-2.11.2.orig/nptl/pthread_getattr_np.c glibc-2.11.2/nptl/pthread_getattr_np.c --- - glibc-2.11.2.orig/nptl/pthread_getattr_np.c 2010-07-25 21:58:30.713135617 +0200 +++ - glibc-2.11.2.orig/nptl/pthread_getattr_np.c 2010-07-25 21:59:05.536794818 +0200 @@ -288,9 +239,8 @@ /* We succeed and no need to look further. */ ret = 0; break; -diff -uNr glibc-2.11.2.orig/ports/ChangeLog.hppa glibc-2.11.2/ports/ChangeLog.hppa --- - glibc-2.11.2.orig/ports/ChangeLog.hppa 2010-07-25 21:58:30.213140619 +0200 +++ - glibc-2.11.2.orig/ports/ChangeLog.hppa 2010-07-25 22:02:52.062583751 +0200 @@ -300,9 +250,8 @@ 2009-11-15 Carlos O'Donell [BZ #6676] -diff -uNr glibc-2.11.2.orig/ports/sysdeps/hppa/dl-machine.h glibc-2.11.2/ports/sysdeps/hppa/dl-machine.h --- - glibc-2.11.2.orig/ports/sysdeps/hppa/dl-machine.h 2010-07-25 21:58:30.189140390 +0200 +++ - glibc-2.11.2.orig/ports/sysdeps/hppa/dl-machine.h 2010-07-25 22:02:25.502848298 +0200 @@ -313,9 +262,8 @@ /* Return nonzero iff ELF header is compatible with the running host. */ static inline int -diff -uNr glibc-2.11.2.orig/sysdeps/generic/dl-fptr.h glibc-2.11.2/sysdeps/generic/dl-fptr.h