glibc/sysdeps/unix/sysv/linux/hppa/nptl
Carlos O'Donell b80ec53691 Add correct aligment to pthread_*_t structures.
In the switch to NPTL the pthrad_mutex_t, pthread_cond_t,
and pthread_rwlock_t structures were made binary compatible
with the Linuxthread versions. However, their aligment when
embedded in other structures was changed. When rebuilding
libstdc++ this was detected, and the following changes return
the structures to their original Linuxthreads alignments.

2009-11-25  Carlos O'Donell  <carlos@codesourcery.com>

	* sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h:
	Use correct alignment for pthread_mutex_t, pthread_cond_t,
	and pthread_rwlock_t.
2009-11-25 18:18:56 -05:00
..
bits Add correct aligment to pthread_*_t structures. 2009-11-25 18:18:56 -05:00
clone.S 2006-09-15 Carlos O'Donell <carlos@systemhalted.org> 2006-09-16 00:46:19 +00:00
configure 2007-06-16 Jeff Bailey <jbailey@raspberryginger.com> 2007-06-16 15:38:21 +00:00
configure.in 2007-06-16 Jeff Bailey <jbailey@raspberryginger.com> 2007-06-16 15:38:21 +00:00
createthread.c 2006-07-13 Carlos O'Donell <carlos@systemhalted.org> 2006-07-14 13:51:24 +00:00
fork.c 2006-07-13 Carlos O'Donell <carlos@systemhalted.org> 2006-07-14 13:51:24 +00:00
libc-lowlevellock.c 2006-07-13 Carlos O'Donell <carlos@systemhalted.org> 2006-07-14 13:51:24 +00:00
lowlevellock.c 2007-10-18 Carlos O'Donell <carlos@systemhalted.org> 2007-10-19 01:47:47 +00:00
lowlevellock.h Remove constants which are now defined in generic file. 2009-11-15 14:36:46 -05:00
pt-initfini.c 2006-07-13 Carlos O'Donell <carlos@systemhalted.org> 2006-07-14 13:51:24 +00:00
pt-vfork.S 2006-09-07 Carlos O'Donell <carlos@systemhalted.org> 2006-09-07 16:34:43 +00:00
pthread_cond_broadcast.c Implement new NPTL POSIX Threads ABI for HPPA. 2009-09-08 14:32:53 -04:00
pthread_cond_destroy.c Implement new NPTL POSIX Threads ABI for HPPA. 2009-09-08 14:32:53 -04:00
pthread_cond_init.c Implement new NPTL POSIX Threads ABI for HPPA. 2009-09-08 14:32:53 -04:00
pthread_cond_signal.c Implement new NPTL POSIX Threads ABI for HPPA. 2009-09-08 14:32:53 -04:00
pthread_cond_timedwait.c Implement new NPTL POSIX Threads ABI for HPPA. 2009-09-08 14:32:53 -04:00
pthread_cond_wait.c Implement new NPTL POSIX Threads ABI for HPPA. 2009-09-08 14:32:53 -04:00
pthread_once.c 2007-07-28 Carlos O'Donell <carlos@systemhalted.org> 2007-07-28 21:26:44 +00:00
pthread.h Implement new NPTL POSIX Threads ABI for HPPA. 2009-09-08 14:32:53 -04:00
pthreadP.h Implement new NPTL POSIX Threads ABI for HPPA. 2009-09-08 14:32:53 -04:00
sysdep-cancel.h 2007-09-24 Carlos O'Donell <carlos@systemhalted.org> 2007-09-24 18:28:33 +00:00