about summary refs log tree commit diff
path: root/ChangeLog.hppa
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@systemhalted.org>2009-11-25 18:18:56 -0500
committerCarlos O'Donell <carlos@systemhalted.org>2009-11-25 18:18:56 -0500
commitb80ec5369182532a06bf4972ff274bc152d5eda6 (patch)
tree3b746ff1a7137c19f7d5cf2c85e355dccce2cc9d /ChangeLog.hppa
parent8fe357d5c6517be5718be681cf8ff89a191a8e9b (diff)
downloadglibc-b80ec5369182532a06bf4972ff274bc152d5eda6.tar.gz
glibc-b80ec5369182532a06bf4972ff274bc152d5eda6.tar.xz
glibc-b80ec5369182532a06bf4972ff274bc152d5eda6.zip
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.
Diffstat (limited to 'ChangeLog.hppa')
-rw-r--r--ChangeLog.hppa6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.hppa b/ChangeLog.hppa
index ac6acba45a..24a152e139 100644
--- a/ChangeLog.hppa
+++ b/ChangeLog.hppa
@@ -1,3 +1,9 @@
+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-22  Carlos O'Donell  <carlos@codesourcery.com>
 
 	* sysdeps/unix/sysv/linux/hppa/bits/atomic.h: Avoid warnings