mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-23 07:09:18 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() in the relocations (change the relocations to use "external reference" in Mach-O terminology), because initially section number-based relocations were not supported for AArch64 and later they were added but behave slightly differently from those on other platforms (or there's a bug in (some?) linker versions with them) (mantis #27531) o also add a dummy text section, since the assemblers also always do that o only use references to global symbols in the relocations, because when using local symbols in assembler code then for most architectures these must then be translated to section references (like the old code did), while for others they should remain symbols. For global symbols, the behaviour is the same everywhere git-svn-id: trunk@29999 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
fpmake_add1.inc | ||
fpmake_proc1.inc | ||
fpmake.pp | ||
Makefile | ||
Makefile.fpc |