diff options
| author | H.J. Lu <hjl.tools@gmail.com> | 2012-05-16 10:20:06 -0700 |
|---|---|---|
| committer | H.J. Lu <hjl.tools@gmail.com> | 2012-05-16 10:20:06 -0700 |
| commit | 23dfb58b4d868e3c90cdb472e4e6e6d7469f0ee1 (patch) | |
| tree | d7a41b9f88c322a9d9e0cb39453cd91935270e88 /ChangeLog | |
| parent | ce5d54b0d6b097c74835dd1df660720223284373 (diff) | |
| download | glibc-23dfb58b4d868e3c90cdb472e4e6e6d7469f0ee1.tar.xz glibc-23dfb58b4d868e3c90cdb472e4e6e6d7469f0ee1.zip | |
Add x32 support to sys/procfs.h
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2012-05-16 H.J. Lu <hongjiu.lu@intel.com> + * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use + "unsigned long long int" if __x86_64__ is defined. + (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE. + +2012-05-16 H.J. Lu <hongjiu.lu@intel.com> + * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE. (DR_CONTROL_RESERVED): Use ULL instead of UL suffix. |
