gcc/libsanitizer
H.J. Lu d1caed1484 Define/use hardware pointer type for stack unwind
PR other/55333
	* include/sanitizer/common_interface_defs.h (uhwptr): New type
	for hardware pointer.
	* sanitizer_common/sanitizer_stacktrace.cc (StackTrace::FastUnwindStack):
	Replace uptr with uhwptr for stack unwind.

From-SVN: r193557
2012-11-16 04:02:29 -08:00
..
asan Properly set MULTISUBDIR and gcc_version 2012-11-15 08:00:47 -08:00
include/sanitizer Define/use hardware pointer type for stack unwind 2012-11-16 04:02:29 -08:00
interception Properly set MULTISUBDIR and gcc_version 2012-11-15 08:00:47 -08:00
sanitizer_common Define/use hardware pointer type for stack unwind 2012-11-16 04:02:29 -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 Define/use hardware pointer type for stack unwind 2012-11-16 04:02:29 -08: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.