The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
nickysn 04129b8c6e + introduce the TObjSectionOfs type - an unsigned integer, representing an
offset in an obj file section on the current platform; equal to PUInt for now,
  but will probably change to LongWord on i8086, in order to support 32-bit
  sections (needed for dwarf debug info or when linking with 32-bit object files
  in a mixed 16-bit/32-bit application, while using the internal linker)

git-svn-id: trunk@39084 -
2018-05-21 16:31:50 +00:00
compiler + introduce the TObjSectionOfs type - an unsigned integer, representing an 2018-05-21 16:31:50 +00:00
installer Regenerated Makefile's after addition of ppas and ppaslink script removal in rev 38745 2018-04-12 15:26:33 +00:00
packages pastojs: typecast array to/from tjsobject 2018-05-20 10:40:07 +00:00
rtl * continue reading the segment when walking the dwarf arange tuples on i8086 2018-05-20 22:51:52 +00:00
tests * check for more controll flow statements before doing loop unrolling 2018-05-21 15:46:02 +00:00
utils * fix 4265 cases where the index resolved a lemma that had a link= property. 2018-05-20 16:59:45 +00:00
.gitattributes * check for more controll flow statements before doing loop unrolling 2018-05-21 15:46:02 +00:00
.gitignore * made the ide a package, so it can be build in parallel with the other packages, reasons: 2018-01-06 20:22:30 +00:00
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile Regenerated Makefile's after addition of ppas and ppaslink script removal in rev 38745 2018-04-12 15:26:33 +00:00
Makefile.fpc * made the ide a package, so it can be build in parallel with the other packages, reasons: 2018-01-06 20:22:30 +00:00