gcc/libsanitizer
Dodji Seketeli f3754998dd Enable building of libsanitizer on sparc linux
libsanitizer/ChangeLog:

	* configure.tgt: Enable sparc linux.

From-SVN: r193552
2012-11-16 09:11:03 +01:00
..
asan Properly set MULTISUBDIR and gcc_version 2012-11-15 08:00:47 -08:00
include/sanitizer
interception Properly set MULTISUBDIR and gcc_version 2012-11-15 08:00:47 -08:00
sanitizer_common Properly set MULTISUBDIR and gcc_version 2012-11-15 08:00:47 -08:00
acinclude.m4 Update configure.ac for GCC tree and remove unused files 2012-11-13 16:02:12 -08:00
aclocal.m4 Add support for multilib run-time libraries 2012-11-14 16:03:37 -08:00
ChangeLog Enable building of libsanitizer on sparc linux 2012-11-16 09:11:03 +01:00
configure Properly set MULTISUBDIR and gcc_version 2012-11-15 08:00:47 -08:00
configure.ac Properly set MULTISUBDIR and gcc_version 2012-11-15 08:00:47 -08:00
configure.tgt Enable building of libsanitizer on sparc linux 2012-11-16 09:11:03 +01:00
libtool-version
LICENSE.TXT
Makefile.am Update configure.ac for GCC tree and remove unused files 2012-11-13 16:02:12 -08:00
Makefile.in Add support for multilib run-time libraries 2012-11-14 16:03:37 -08:00
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.