gcc/libsanitizer
Konstantin Serebryany b014e124e4 Fix sanitizer build on sparc64.
* sanitizer_common/sanitizer_linux.cc
	(SANITIZER_LINUX_USES_64BIT_SYSCALLS): Define.
	(internal_mmap): Use it.
	(internal_filesize): Likewise.

From-SVN: r193676
2012-11-20 12:54:49 -08:00
..
asan configure.ac: Invoke AM_MAINTAINER_MODE. 2012-11-16 15:19:15 +00:00
include/sanitizer Define/use hardware pointer type for stack unwind 2012-11-16 04:02:29 -08:00
interception configure.ac: Invoke AM_MAINTAINER_MODE. 2012-11-16 15:19:15 +00:00
sanitizer_common Fix sanitizer build on sparc64. 2012-11-20 12:54:49 -08:00
ChangeLog Fix sanitizer build on sparc64. 2012-11-20 12:54:49 -08:00
LICENSE.TXT
Makefile.am Update configure.ac for GCC tree and remove unused files 2012-11-13 16:02:12 -08:00
Makefile.in configure.ac: Invoke AM_MAINTAINER_MODE. 2012-11-16 15:19:15 +00:00
README.gcc
acinclude.m4 Update configure.ac for GCC tree and remove unused files 2012-11-13 16:02:12 -08:00
aclocal.m4 configure.ac: Invoke AM_MAINTAINER_MODE. 2012-11-16 15:19:15 +00:00
configure configure.ac: Invoke AM_MAINTAINER_MODE. 2012-11-16 15:19:15 +00:00
configure.ac configure.ac: Invoke AM_MAINTAINER_MODE. 2012-11-16 15:19:15 +00:00
configure.tgt Enable building of libsanitizer on sparc linux 2012-11-16 09:11:03 +01:00
libtool-version

README.gcc

The AddressSanitizer (http://code.google.com/p/address-sanitizer) is
a project developed by Google Inc. The source files of the project
are hosted at http://llvm.org/svn/llvm-project/compiler-rt. These files
are the ones in the asan subdirectory of that project.