+ darwin/x86_64 gprof support

git-svn-id: trunk@9252 -
This commit is contained in:
Jonas Maebe 2007-11-14 20:47:55 +00:00
parent 82cf80d4ca
commit c8f270c556

View File

@ -1877,7 +1877,8 @@ unit cgx86;
begin
a_call_name(list,'MCOUNT');
end;
system_x86_64_linux:
system_x86_64_linux,
system_x86_64_darwin:
begin
a_call_name(list,'mcount');
end;