mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 04:19:07 +02:00
PowerPC32 SysV: fix abis_ppc_toc declaration
No TOC on those platforms (as mentioned in tcgppcgen.get_rtoc_offset), so also exclude from this constant
This commit is contained in:
parent
c8403ad49e
commit
2ee45c7ed8
@ -450,7 +450,7 @@ interface
|
|||||||
|
|
||||||
{ all PPC ABIs that use a TOC register to address globals }
|
{ all PPC ABIs that use a TOC register to address globals }
|
||||||
abis_ppc_toc = [
|
abis_ppc_toc = [
|
||||||
abi_powerpc_sysv,abi_powerpc_aix,abi_powerpc_elfv2
|
{$ifdef powerpc32}abi_powerpc_sysv,{$endif}abi_powerpc_aix,abi_powerpc_elfv2
|
||||||
];
|
];
|
||||||
|
|
||||||
{ pointer checking (requires special code in FPC_CHECKPOINTER,
|
{ pointer checking (requires special code in FPC_CHECKPOINTER,
|
||||||
|
Loading…
Reference in New Issue
Block a user