mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 21:48:35 +02:00
* .toc sections do not need a .csect on powerpc-macosclassic
This commit is contained in:
parent
f7264d3f29
commit
dc6057a112
@ -562,7 +562,8 @@ implementation
|
||||
end;
|
||||
system_powerpc_macosclassic:
|
||||
begin
|
||||
writer.AsmWrite('.csect ');
|
||||
if atype<>sec_toc then
|
||||
writer.AsmWrite('.csect ');
|
||||
end;
|
||||
system_wasm32_wasi,
|
||||
system_wasm32_embedded:
|
||||
|
Loading…
Reference in New Issue
Block a user