mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 04:59:25 +02:00
![]() * generate code to load the TOC register if it's required, and emit the the ".localentry" directive to indicate to the linker where the actual function body starts * support the ".localentry" directive in the ppc64 assembler reader o disable the fpc_qword_to_double() assembler implementation for ELFv2, because we can't manually insert the .localentry directive before the stack allocation code * perform indirect calls on ppc64 via R12 in ncgcal, as R12 needs to contain the function address on entry on ppc64/ELFv2 (and it's a volatile register, so there's no problem with always using it) git-svn-id: trunk@30198 - |
||
---|---|---|
.. | ||
int64p.inc | ||
makefile.cpu | ||
math.inc | ||
mathu.inc | ||
powerpc64.inc | ||
set.inc | ||
setjump.inc | ||
setjumph.inc | ||
strings.inc | ||
stringss.inc | ||
strlen.inc |