mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 05:00:12 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() without relocations in sec_rodata_norel. It should be possible to make this new section read-only on all platforms, although currently it is only done for darwin, and for non-pic code written using the -Aas assembler writer. Most platforms also have a special section for "constant but with relocations" data, but such a section is currently only used for Darwin (others still use plain .data sections for that, like they did before) git-svn-id: trunk@8650 - |
||
---|---|---|
compiler | ||
fv | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
Makefile | ||
Makefile.fpc |