[gccsdk] [Bug 177] gcc parameter -pg generates profile without times, and usually without call graph
bugzilla-daemon at riscos.info
bugzilla-daemon at riscos.info
Mon Mar 1 11:00:14 PST 2010
http://www.riscos.info/bugzilla3/show_bug.cgi?id=177
Lee <leenoar at sky.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #1 from Lee <leenoar at sky.com> 2010-03-01 11:00:10 ---
The mcount veneer, on a 26 bit OS, did not take into account that addresses
collected may contain the PSR bits. This caused the profiler to reject them as
not being part of the program, therefore, these functions were not counted.
Timings were not supported at all, which is why it was limited profile support.
r4502 addresses these problems.
--
Configure bugmail: http://www.riscos.info/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the gcc
mailing list