mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-27 15:30:26 +02:00
* fixed darwin compilation
git-svn-id: trunk@5310 -
This commit is contained in:
parent
b922783481
commit
a9980bf951
@ -1098,6 +1098,11 @@ implementation
|
|||||||
result := '.const';
|
result := '.const';
|
||||||
exit;
|
exit;
|
||||||
end;
|
end;
|
||||||
|
sec_fpc:
|
||||||
|
begin
|
||||||
|
result := '.section __TEXT, .fpc, regular, no_dead_strip';
|
||||||
|
exit;
|
||||||
|
end;
|
||||||
end;
|
end;
|
||||||
result := inherited sectionname(atype,aname,aorder);
|
result := inherited sectionname(atype,aname,aorder);
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user