mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-04 19:30:32 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() * store dataptr as a relative offsets instead of absolute addresses * only place local (address) labels inside the debug_info section -> also always write debuginfo of defs used from another unit * don't use DW_LNS_advance_pc on Darwin, because its assembler doesn't support the .uleb128 pseudo-opcode -> impossible to store the difference between two labels as an uleb128 -> basic functionality of dwarf2 debug info now works on Darwin. Not yet workingon Darwin: accessing globals of another compilation unit. git-svn-id: trunk@6300 - |
||
---|---|---|
compiler | ||
fcl | ||
fv | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
Makefile | ||
Makefile.fpc |