aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-05-18 04:10:55 -0700
committerH.J. Lu <hjl.tools@gmail.com>2012-05-18 04:10:55 -0700
commit553c7ea4fa267045d0f3338e4b15b285ca23c733 (patch)
tree9b0cf719512ac0552f4beb2e685b95cc308d6392 /ChangeLog
parent3707636e48c922a27854d5d7011a07ef92ce0a28 (diff)
downloadglibc-553c7ea4fa267045d0f3338e4b15b285ca23c733.tar.xz
glibc-553c7ea4fa267045d0f3338e4b15b285ca23c733.zip
Add x32 support to x86_64/bits/sigcontext.h
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0bbbe4442e..c69543c9a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2012-05-18 H.J. Lu <hongjiu.lu@intel.com>
+ * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
+ include <bits/wordsize.h>. Check __x86_64__ instead of
+ __WORDSIZE.
+ (sigcontext): Use "__uint64_t" instead of "unsigned long int"
+ if __x86_64__ is defined. Use anonymous union on fpstate.
+
* sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
anonymous union.