The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe ac43eb9b70 + generic implementation of ReplaceForbiddenAsmSymbolChars() instead
of the AVR-specific ifdef'ed variant
   o since the only special character we use in mangled names on all platforms
     is $, added a new field to tasminfo called "dollarsign" that holds the
     character $'s should be replaced with (if it doesn't have to be replaced,
     leave it at $)

git-svn-id: trunk@20801 -
2012-04-11 18:01:57 +00:00
compiler + generic implementation of ReplaceForbiddenAsmSymbolChars() instead 2012-04-11 18:01:57 +00:00
ide Add x86_64-openbsd target in Makefiles 2012-04-06 16:49:08 +00:00
installer Add x86_64-openbsd target in Makefiles 2012-04-06 16:49:08 +00:00
packages + aix support in fpcmake and fpmake 2012-04-11 17:59:59 +00:00
rtl * link libbsd for AIX, because several UNIX routines are part of its BSD 2012-04-11 18:00:08 +00:00
tests New OpenBSD-x86_64 C compiled objects 2012-04-08 17:47:48 +00:00
utils + aix support in fpcmake and fpmake 2012-04-11 17:59:59 +00:00
.gitattributes + AIX target definition and info for the compiler and ppudump 2012-04-11 18:00:29 +00:00
.gitignore fpvectorial is now moved to lazarus/components/fpvectorial 2011-10-30 16:42:46 +00:00
Makefile Add x86_64-openbsd target in Makefiles 2012-04-06 16:49:08 +00:00
Makefile.fpc * don't build utils on gba and embedded 2012-01-07 21:52:40 +00:00