aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-05-16 12:52:45 -0700
committerH.J. Lu <hjl.tools@gmail.com>2012-05-16 12:52:45 -0700
commitd5e051198503e74256b72fee7b93e681f1de6b57 (patch)
tree10a14baafa13f30aa21f995b16acd50a7368af4d /ChangeLog
parentf62ee380a1007441e4600f837b9a40ec8c43ba2d (diff)
downloadglibc-d5e051198503e74256b72fee7b93e681f1de6b57.tar
glibc-d5e051198503e74256b72fee7b93e681f1de6b57.tar.gz
glibc-d5e051198503e74256b72fee7b93e681f1de6b57.tar.bz2
glibc-d5e051198503e74256b72fee7b93e681f1de6b57.zip
Add x32 support to sys/ucontext.h
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d4506a579..738be2d85a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
+ * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
+ include <bits/wordsize.h>. Check __x86_64__ instead of
+ __WORDSIZE.
+ (greg_t): Use "__extension__ long long int" if __x86_64__ is
+ defined.
+ (mcontext_t): Replace "unsigned long" with "unsigned long long".
+
+2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
+
* sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
include <bits/wordsize.h>. Check __x86_64__ instead of
__WORDSIZE.