Richard Sandiford <richa...@transitive.com> writes: > Is this really the intended behaviour? Andrew closed the bug as invalid, > saying that this is what we expect, but the docs seem to suggest that we > ought to do something like: > > ... > __cyg_profile_func_enter (&main, ...); > ... > __cyg_profile_func_enter (&g, ...); > ... > __cyg_profile_func_exit (&g, ...); > ... > __cyg_profile_func_exit (&main, ...); > ...
I agree. The docs seem reasonably clear. Ian