Fix profiling for shared libraries on Linux loaded at negative addresses
authorerik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 16 Jun 2009 12:52:02 +0000 (12:52 +0000)
committererik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 16 Jun 2009 12:52:02 +0000 (12:52 +0000)
commit52dfeca5f2228b4df5b0d0013de5b332695419e9
tree4ffbabd48213b14cddd375fd50e61fcc3b7965ac
parent78a8cdfbe86545a1ed5c22da1ea32590e8c19d72
Fix profiling for shared libraries on Linux loaded at negative addresses
(Android does this).  Fix logging for executable mappings that have no
file associated.  Be more consistent with use of uintptr_t.
Review URL: http://codereview.chromium.org/125183

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2187 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/log.cc
src/log.h
src/platform-linux.cc