Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 357005
Collapse All | Expand All

(-)patches/1505_hppa_glibc-2.11-hppa-nptl.patch (-1 lines)
Lines 1-26 Link Here
1
http://bugs.gentoo.org/301642
1
http://bugs.gentoo.org/301642
2
2
3
diff -uNr glibc-2.11.2.orig/ChangeLog glibc-2.11.2/ChangeLog
(-)- glibc-2.11.2.orig/elf/dl-fptr.c (-1 lines)
Lines 56-89 Link Here
56
 
37
 
57
 static ElfW(Addr)
38
 static ElfW(Addr)
58
 make_fdesc (ElfW(Addr) ip, ElfW(Addr) gp)
39
 make_fdesc (ElfW(Addr) ip, ElfW(Addr) gp)
59
diff -uNr glibc-2.11.2.orig/nptl/ChangeLog glibc-2.11.2/nptl/ChangeLog
(-)- glibc-2.11.2.orig/nptl/allocatestack.c (-1 lines)
Lines 159-167 Link Here
159
 #endif
114
 #endif
160
 
115
 
161
   return 0;
116
   return 0;
162
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 (-1 lines)
Lines 180-188 Link Here
180
   *stacksize = iattr->stacksize;
134
   *stacksize = iattr->stacksize;
181
 
135
 
182
   return 0;
136
   return 0;
183
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 (-1 lines)
Lines 213-221 Link Here
213
   iattr->flags |= ATTR_FLAG_STACKADDR;
166
   iattr->flags |= ATTR_FLAG_STACKADDR;
214
 
167
 
215
   return 0;
168
   return 0;
216
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 (-1 lines)
Lines 244-252 Link Here
244
 
196
 
245
   /* If the thread is detached free the TCB.  */
197
   /* If the thread is detached free the TCB.  */
246
   if (IS_DETACHED (pd))
198
   if (IS_DETACHED (pd))
247
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 (-1 lines)
Lines 288-296 Link Here
288
 		      /* We succeed and no need to look further.  */
239
 		      /* We succeed and no need to look further.  */
289
 		      ret = 0;
240
 		      ret = 0;
290
 		      break;
241
 		      break;
291
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 (-1 lines)
Lines 300-308 Link Here
300
 2009-11-15  Carlos O'Donell  <carlos@codesourcery.com>
250
 2009-11-15  Carlos O'Donell  <carlos@codesourcery.com>
301
 
251
 
302
 	[BZ #6676]
252
 	[BZ #6676]
303
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 (-1 lines)
Lines 313-321 Link Here
313
 
262
 
314
 /* Return nonzero iff ELF header is compatible with the running host.  */
263
 /* Return nonzero iff ELF header is compatible with the running host.  */
315
 static inline int
264
 static inline int
316
diff -uNr glibc-2.11.2.orig/sysdeps/generic/dl-fptr.h glibc-2.11.2/sysdeps/generic/dl-fptr.h

Return to bug 357005