PATCH: Darwin / Mac OS X native support, revised

Richard Henderson rth@redhat.com
Fri Apr 6 16:50:00 GMT 2001


On Fri, Apr 06, 2001 at 03:45:14PM -0700, Stan Shebs wrote:
> I believe that I've now accounted for all the feedback...
[...]
> + #undef FUNCTION_PROFILER
> + #define FUNCTION_PROFILER(FILE, LABELNO)      \
> +   darwin_output_function_profiler (FILE, LABELNO);

I did mention how you should look at PROFILE_HOOK, didn't I?
You probably want something practically identical to the
aix definition.  You can probably even remove the ABI check
in output_profile_hook and just call the same function.


r~



More information about the Gcc-patches mailing list