mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 15:50:07 +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;
|
end;
|
||||||
system_powerpc_macosclassic:
|
system_powerpc_macosclassic:
|
||||||
begin
|
begin
|
||||||
writer.AsmWrite('.csect ');
|
if atype<>sec_toc then
|
||||||
|
writer.AsmWrite('.csect ');
|
||||||
end;
|
end;
|
||||||
system_wasm32_wasi,
|
system_wasm32_wasi,
|
||||||
system_wasm32_embedded:
|
system_wasm32_embedded:
|
||||||
|
Loading…
Reference in New Issue
Block a user