]> git.ipfire.org Git - thirdparty/gcc.git/commit - libsanitizer/ChangeLog
Check __x86_64__ instead of __WORDSIZE
authorH.J. Lu <hongjiu.lu@intel.com>
Wed, 14 Nov 2012 13:45:56 +0000 (13:45 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Wed, 14 Nov 2012 13:45:56 +0000 (05:45 -0800)
commit4a56a7be3d2cfca5cc74e75dc4b4365d8f1fbcc5
tree521a5827a3669f95ceef08520353432f29971278
parent4053ca2c6f9c23468aaf1e85eb05d0314d6fe79b
Check __x86_64__ instead of __WORDSIZE

PR other/55292
Backport from upstream revision 167883
* sanitizer_common/sanitizer_linux.cc (internal_mmap): Check
__x86_64__ instead of __WORDSIZE.
(internal_filesize): Likwise.

From-SVN: r193500
libsanitizer/ChangeLog
libsanitizer/sanitizer_common/sanitizer_linux.cc