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
..
2001-11-26 08:37:35 +00:00
2001-07-06 04:56:23 +00:00
2004-04-19 06:49:28 +00:00
2001-07-06 04:56:23 +00:00
2003-08-30 00:23:14 +00:00
2001-07-06 04:56:23 +00:00
2009-11-15 15:46:46 -05:00