about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2014-06-19 15:22:52 -0700
committerH.J. Lu <hjl.tools@gmail.com>2014-06-19 15:24:33 -0700
commitc8daec5c7cd19378112391d2394e6d6344e156dc (patch)
treed8da10024d3b93c5f59f29beaf2af92f48dfbf39 /ChangeLog
parent5c74e47cd628a6fcd2e4eba021301e275f8a95a3 (diff)
downloadglibc-c8daec5c7cd19378112391d2394e6d6344e156dc.tar.gz
glibc-c8daec5c7cd19378112391d2394e6d6344e156dc.tar.xz
glibc-c8daec5c7cd19378112391d2394e6d6344e156dc.zip
Use 3 bytes for __pad1 in pthread_rwlock_t for x32
Since long is 4 bytes for x32, we should use 3 bytes for __pad1 when
a long __pad1 is replaced by a byte __rwelision and __pad1.

	* sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
	3 bytes for __pad1 for x32.
	(__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 841d55e340..ec08f77bf1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
+	3 bytes for __pad1 for x32.
+	(__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
+
 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
 	    H.J. Lu  <hongjiu.lu@intel.com>