mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 02:09:43 +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';
|
||||
exit;
|
||||
end;
|
||||
sec_fpc:
|
||||
begin
|
||||
result := '.section __TEXT, .fpc, regular, no_dead_strip';
|
||||
exit;
|
||||
end;
|
||||
end;
|
||||
result := inherited sectionname(atype,aname,aorder);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user