diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-03-19 16:00:52 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-03-19 16:00:52 -0700 |
commit | 5e52b189f0a3b74605044950f40fca8d289a200c (patch) | |
tree | 9179a335402e392f08adb9c36700ab9ac3fa1a56 /ChangeLog | |
parent | e1497744f0b7a737684e61509874d3b8a98d05e2 (diff) | |
download | glibc-5e52b189f0a3b74605044950f40fca8d289a200c.tar.gz glibc-5e52b189f0a3b74605044950f40fca8d289a200c.tar.xz glibc-5e52b189f0a3b74605044950f40fca8d289a200c.zip |
Check __x86_64__ instead of __WORDSIZE in mathdef.h
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 285007bb82..7c4968a703 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2012-03-19 H.J. Lu <hongjiu.lu@intel.com> + * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>. + Check __x86_64__ instead of __WORDSIZE. + +2012-03-19 H.J. Lu <hongjiu.lu@intel.com> + * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32. 2012-03-19 David S. Miller <davem@davemloft.net> |