fpc/rtl
Jonas Maebe 91667644f4 fpc_cpuinit: add destroyed register lists to assembler blocks
Otherwise the compiler assumes no registers are overwritten. And while the
regular code generator won't use register variables if assembler blocks are
present, LLVM is not restricted like that (and it could still cause issues
even with the default code generator in case PIC-rebased addresses are
accessed).
2025-03-24 23:02:10 +01:00
..
aarch64 + Aarch64: UMul64x64_128 assembler implementation 2025-03-16 10:33:03 +01:00
aix * regen makefiles 2025-03-10 22:39:51 +02:00
amicommon
amiga * regen makefiles 2025-03-10 22:39:51 +02:00
android * regen makefiles 2025-03-10 22:39:51 +02:00
arm
aros * regen makefiles 2025-03-10 22:39:51 +02:00
atari * regen makefiles 2025-03-10 22:39:51 +02:00
avr
beos * regen makefiles 2025-03-10 22:39:51 +02:00
bsd + implement System.CPUCount on darwin, resolves #41187 2025-03-15 11:58:45 +01:00
charmaps
darwin * regen makefiles 2025-03-10 22:39:51 +02:00
dragonfly * regen makefiles 2025-03-10 22:39:51 +02:00
embedded * regen makefiles 2025-03-10 22:39:51 +02:00
emx * regen makefiles 2025-03-10 22:39:51 +02:00
freebsd * regen makefiles 2025-03-10 22:39:51 +02:00
freertos * regen makefiles 2025-03-10 22:39:51 +02:00
gba * regen makefiles 2025-03-10 22:39:51 +02:00
go32v2 * regen makefiles 2025-03-10 22:39:51 +02:00
haiku * regen makefiles 2025-03-10 22:39:51 +02:00
human68k * regen makefiles 2025-03-10 22:39:51 +02:00
i386 Add System.UMul64x64_128. 2025-03-15 22:18:55 +01:00
i8086
inc Inline polyevl&ldexp in sin&cos. 2025-03-23 09:27:48 +01:00
java * regen makefiles 2025-03-10 22:39:51 +02:00
jvm
linux * regen makefiles 2025-03-10 22:39:51 +02:00
loongarch64
m68k
macos * regen makefiles 2025-03-10 22:39:51 +02:00
mips Fix compilation of mips-linux rtl using 3.2.X compiler 2025-03-10 21:01:54 +00:00
mips64
mips64el
mipsel
morphos * regen makefiles 2025-03-10 22:39:51 +02:00
msdos * regen makefiles 2025-03-10 22:39:51 +02:00
msxdos * regen makefiles 2025-03-10 22:39:51 +02:00
namespaced
nativent * regen makefiles 2025-03-10 22:39:51 +02:00
nds * regen makefiles 2025-03-10 22:39:51 +02:00
netbsd * regen makefiles 2025-03-10 22:39:51 +02:00
netware * regen makefiles 2025-03-10 22:39:51 +02:00
netwlibc * regen makefiles 2025-03-10 22:39:51 +02:00
objpas
openbsd * regen makefiles 2025-03-10 22:39:51 +02:00
os2 * regen makefiles 2025-03-10 22:39:51 +02:00
palmos * regen makefiles 2025-03-10 22:39:51 +02:00
powerpc
powerpc64
ppcgen
ps1 * regen makefiles 2025-03-10 22:39:51 +02:00
qnx * regen makefiles 2025-03-10 22:39:51 +02:00
riscv
riscv32
riscv64 + RiscV: UMul64x64_128 assembler implementation 2025-03-15 23:10:48 +01:00
sinclairql * regen makefiles 2025-03-10 22:39:51 +02:00
solaris * regen makefiles 2025-03-10 22:39:51 +02:00
sparc
sparc64
symbian * regen makefiles 2025-03-10 22:39:51 +02:00
ucmaps
unix
wasicommon
wasip1 * regen makefiles 2025-03-10 22:39:51 +02:00
wasip1threads * regen makefiles 2025-03-10 22:39:51 +02:00
wasip2 + initial wasip2 rtl, most things are not implemented 2025-03-10 23:30:11 +02:00
wasm32
watcom * regen makefiles 2025-03-10 22:39:51 +02:00
wii * regen makefiles 2025-03-10 22:39:51 +02:00
win
win16 * regen makefiles 2025-03-10 22:39:51 +02:00
win32 Move charset unit to implicit units list 2025-03-18 15:04:20 +01:00
win64 * regen makefiles 2025-03-10 22:39:51 +02:00
wince * regen makefiles 2025-03-10 22:39:51 +02:00
x86_64 fpc_cpuinit: add destroyed register lists to assembler blocks 2025-03-24 23:02:10 +01:00
xtensa
z80
zxspectrum * regen makefiles 2025-03-10 22:39:51 +02:00
COPYING.FPC
COPYING.txt
fpmake.inc
fpmake.pp
Makefile + initial wasip2 rtl, most things are not implemented 2025-03-10 23:30:11 +02:00
Makefile.fpc + initial wasip2 rtl, most things are not implemented 2025-03-10 23:30:11 +02:00
README.txt
regenmakefiles.bat
regenmakefiles.sh

This is the Run-Time Library (RTL) tree for Free Pascal.

To recompile the RTL, edit the main makefile. The makefiles NEED a GNU make
compatible make, they need unix-like 'rm' and 'mv' commands, as well as some
others. You can find these in the gnuutils package on the ftp site.

The main makefile is located ABOVE the RTL tree. It uses the FPC
makefile.fpc to guess reasonable defaults for everything it needs.
(these files can be found in base.zip on the FTP site)

The only variable that you may want to set are
FPC             - What compiler to use. Use an absolute path. 
                  (default is ppc386)
INSTALL_UNITDIR - Where to install the RTL units 
OPT             - any special options you want to set for the compiler.

In principle, you can also descend into the subdirectory of your OS, and
type 'make' there, that should also compile everything.

The tree contains subdirectories for all the supported operating systems,
as well as all processor architectures. The processor directories contain
low-level routines which are required for the system unit (if they are not 
available in high-level language form), as well as optimized versions of
the pascal generic routines (the generic routine source code is localed in
the inc subdirectory).

Enjoy.