mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-04 20:30:40 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() relocations for addr_pic_no_got references (do not go via the GOT) * fixed code generator so that it generates addr_pic_no_got references also for platforms that use the internal assembler (this will break linking of some tests that check static data > 2GB on Linux/x86-64, but they were already broken before as well because we don't use the "huge" x86-64 execution model) * fixed x86-64 Linux syscall code to not expect GOT-based relocations for the system unit's errno variable (it's an implementation-only variable) git-svn-id: trunk@16717 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
Makefile | ||
Makefile.fpc |