This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r193557 - in /trunk/libsanitizer: ChangeLog inc...


Author: hjl
Date: Fri Nov 16 12:02:29 2012
New Revision: 193557

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=193557
Log:
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.

Modified:
    trunk/libsanitizer/ChangeLog
    trunk/libsanitizer/include/sanitizer/common_interface_defs.h
    trunk/libsanitizer/sanitizer_common/sanitizer_stacktrace.cc


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]