diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-05-16 12:52:45 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-05-16 12:52:45 -0700 |
commit | d5e051198503e74256b72fee7b93e681f1de6b57 (patch) | |
tree | 10a14baafa13f30aa21f995b16acd50a7368af4d /ChangeLog | |
parent | f62ee380a1007441e4600f837b9a40ec8c43ba2d (diff) | |
download | glibc-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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. |