The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
florian 354cac2bb6 + completed arm architectures
* ldrd/strd and pld collected under the edsp define

git-svn-id: trunk@22104 -
2012-08-17 10:37:27 +00:00
compiler + completed arm architectures 2012-08-17 10:37:27 +00:00
ide
installer
packages Revert r22080 because it prevents crosscompilation. 2012-08-16 21:24:47 +00:00
rtl Make use of "blx" instruction in fpc_ansistr_dec_ref conditional on CPUARM_HAS_BX, otherwise just use the "bl" instruction. Bug introduced in r22035. Fixes bug report 22632. 2012-08-17 08:28:08 +00:00
tests * make sure valid_for_assign() returns false for inlined function bodies 2012-08-16 19:22:17 +00:00
utils * Fixed to conform to new structures in pastree 2012-08-15 16:00:51 +00:00
.gitattributes * make sure valid_for_assign() returns false for inlined function bodies 2012-08-16 19:22:17 +00:00
.gitignore
Makefile
Makefile.fpc