diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2012-11-14 13:45:56 +0000 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2012-11-14 05:45:56 -0800 |
commit | 4a56a7be3d2cfca5cc74e75dc4b4365d8f1fbcc5 (patch) | |
tree | 521a5827a3669f95ceef08520353432f29971278 /libsanitizer/ChangeLog | |
parent | 4053ca2c6f9c23468aaf1e85eb05d0314d6fe79b (diff) | |
download | gcc-4a56a7be3d2cfca5cc74e75dc4b4365d8f1fbcc5.tar.gz |
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
Diffstat (limited to 'libsanitizer/ChangeLog')
-rw-r--r-- | libsanitizer/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libsanitizer/ChangeLog b/libsanitizer/ChangeLog index c67c7f11db2..725e85c5c44 100644 --- a/libsanitizer/ChangeLog +++ b/libsanitizer/ChangeLog @@ -1,5 +1,13 @@ 2012-11-14 H.J. Lu <hongjiu.lu@intel.com> + PR other/55292 + Backport from upstream revision 167883 + * sanitizer_common/sanitizer_linux.cc (internal_mmap): Check + __x86_64__ instead of __WORDSIZE. + (internal_filesize): Likwise. + +2012-11-14 H.J. Lu <hongjiu.lu@intel.com> + * configure.ac (AC_CONFIG_AUX_DIR): Removed. * Makefile.in: Regenerated. * configure: Likewise. |