* fixed darwin compilation

git-svn-id: trunk@5310 -
This commit is contained in:
Jonas Maebe 2006-11-10 17:12:30 +00:00
parent b922783481
commit a9980bf951

View File

@ -1098,6 +1098,11 @@ implementation
result := '.const';
exit;
end;
sec_fpc:
begin
result := '.section __TEXT, .fpc, regular, no_dead_strip';
exit;
end;
end;
result := inherited sectionname(atype,aname,aorder);
end;