]> git.ipfire.org Git - thirdparty/gcc.git/commit - libsanitizer/ChangeLog
Define/use hardware pointer type for stack unwind
authorH.J. Lu <hongjiu.lu@intel.com>
Fri, 16 Nov 2012 12:02:29 +0000 (12:02 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Fri, 16 Nov 2012 12:02:29 +0000 (04:02 -0800)
commitd1caed1484bef4846406d7c42f9e5bbfb7c58710
treec820b9a2e4796f64daf0e40ac9e60c9dc6588120
parent8108af84a5783a1c7e328a8be2eef8330517c224
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
libsanitizer/ChangeLog
libsanitizer/include/sanitizer/common_interface_defs.h
libsanitizer/sanitizer_common/sanitizer_stacktrace.cc