mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 07:23:19 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() * Big fix for ARM GOT support to make it work: - Fixed access to symbols with offset. - Always use register R9 for GOT pointer to prevent bugs when free register limit is reached in a function. - GOT is not needed for function calls by name. ........ * Fixed instruction re-scheduler for ARM in case of PIC. ........ * ARM: Do not use R9 as a fixed GOT register. ........ * ARM: Fixed GOT init when optimization is off. ........ * ARM: I hope this is a final proper fix for GOT initialization. + Test. ........ * Removed a leftover of my code. It is not needed anymore. ........ git-svn-id: branches/fixes_3_0@33438 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
fpmake_add1.inc | ||
fpmake_proc1.inc | ||
fpmake.pp | ||
Makefile | ||
Makefile.fpc |