diff options
| author | H.J. Lu <hjl.tools@gmail.com> | 2012-05-18 04:10:55 -0700 |
|---|---|---|
| committer | H.J. Lu <hjl.tools@gmail.com> | 2012-05-18 04:10:55 -0700 |
| commit | 553c7ea4fa267045d0f3338e4b15b285ca23c733 (patch) | |
| tree | 9b0cf719512ac0552f4beb2e685b95cc308d6392 /ChangeLog | |
| parent | 3707636e48c922a27854d5d7011a07ef92ce0a28 (diff) | |
| download | glibc-553c7ea4fa267045d0f3338e4b15b285ca23c733.tar.xz glibc-553c7ea4fa267045d0f3338e4b15b285ca23c733.zip | |
Add x32 support to x86_64/bits/sigcontext.h
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |
