http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55333
--- Comment #2 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> 2012-11-16 12:02:33 UTC --- 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