The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 6149d37e2a * changed the Mach-O object writer to use symbols instead of section numbers
in the relocations (change the relocations to use "external reference" in
    Mach-O terminology), because initially section number-based relocations
    were not supported for AArch64 and later they were added but behave
    slightly differently from those on other platforms (or there's a bug in
    (some?) linker versions with them) (mantis #27531)
   o also add a dummy text section, since the assemblers also always do that
   o only use references to global symbols in the relocations, because when
     using local symbols in assembler code then for most architectures these
     must then be translated to section references (like the old code did),
     while for others they should remain symbols. For global symbols, the
     behaviour is the same everywhere

git-svn-id: trunk@29999 -
2015-02-24 20:57:39 +00:00
compiler Also disable overflow where range check is disabled in aasmcpu unit 2015-02-24 15:58:49 +00:00
ide Also reset ExecAsyncOutput at start of TGDBWrapper.ReadResponse 2015-02-24 16:24:03 +00:00
installer * regenerated for iphonesim/x86-64 2015-02-23 22:56:41 +00:00
packages * changed the Mach-O object writer to use symbols instead of section numbers 2015-02-24 20:57:39 +00:00
rtl * enable internal handling of 64 bit sar() on AArch64 2015-02-23 22:57:15 +00:00
tests * regenerated for iphonesim/x86-64 2015-02-23 22:56:41 +00:00
utils * regenerated for iphonesim/x86-64 2015-02-23 22:56:41 +00:00
.gitattributes * ensure that 64->32 bit truncations cannot be optimized away by the 2015-02-23 22:55:54 +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 * regenerated for iphonesim/x86-64 2015-02-23 22:56:41 +00:00
Makefile.fpc * call the AArch64 compiler ppca64 instead of ppcaarch64 (less typing) 2015-02-23 22:55:20 +00:00