The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
nickysn a762532ae1 * changed the MemPos field in TObjSection and TExeSection from aword to qword:
1) aword follows the ALU size of the CPU, not the address size
  2) it is already qword in TExeOutput and its methods and there's already
     MaxMemPos to check if the limits of the platform/exe format have been
     exceeded

git-svn-id: trunk@31357 -
2015-08-21 14:13:27 +00:00
compiler * changed the MemPos field in TObjSection and TExeSection from aword to qword: 2015-08-21 14:13:27 +00:00
ide * Re-generated makefile's 2015-08-12 19:47:44 +00:00
installer AROS/x86_64: regenerated Makefiles 2015-06-29 00:09:06 +00:00
packages * Correct for different meaning of TZOffset 2015-08-21 10:36:30 +00:00
rtl * use 'dw' instead of 'dd' to reference the stack, in order to prevent nasm from 2015-08-20 21:51:23 +00:00
tests * guarantee the order of parameter pushes again after r31201 on platforms 2015-08-16 12:47:09 +00:00
utils * Re-generated makefile's 2015-08-12 19:47:44 +00:00
.gitattributes * updated headers to the OS X 10.9 SDK (includes iOS 7 SDK info) 2015-08-16 17:32:57 +00:00
.gitignore * Removed empty tests directory from svn 2014-11-08 15:47:53 +00:00
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile AROS/x86_64: regenerated Makefiles 2015-06-29 00:09:06 +00:00
Makefile.fpc Accept 3.0.0 as starting compiler 2015-08-10 13:18:33 +00:00