fpc/rtl
2022-10-06 22:56:38 +02:00
..
aarch64 fix stack trace crash, see #39492 2022-08-03 22:28:03 +02:00
aix * regenerate makefiles with latest fpcmake 2022-05-24 14:01:59 +03:00
amicommon m68k-amiga: print offsets during stacktraces, instead of absolute addresses, which are not really helpful in a single address space 2022-08-26 18:42:24 +02:00
amiga powerpc-amiga: fix build after ecbd5840 2022-08-26 20:29:53 +02:00
android * regenerate makefiles with latest fpcmake 2022-05-24 14:01:59 +03:00
arm * thumb2: Optimize fillchar a bit more with a wider inner loop chunk size 2021-04-01 20:55:21 +00:00
aros AROS: Make sure opaque SMP extension is used for ABIv11 only 2022-06-26 19:03:18 +00:00
atari * fix missing ifdef for the non win32/64/unix targets. 2022-06-01 16:56:02 +02:00
avr * AVR: made avr_des intrinsic more usefull 2021-05-13 18:59:28 +00:00
beos * fix missing ifdef for the non win32/64/unix targets. 2022-06-01 16:56:02 +02:00
bsd Darwin: use recent versions of stat(fs) records when available 2022-07-06 22:25:05 +02:00
charmaps
darwin FIX: DARWIN: aarch64: tstatfs.fstypename length error (#39873) 2022-08-28 21:01:50 +02:00
dragonfly Cleanup bsd and sysctl units make rules 2022-07-17 21:12:14 +00:00
embedded Split startup code into different .init sections according to avr-libs convention. 2022-06-29 20:25:21 +00:00
emx * regenerate makefiles with latest fpcmake 2022-05-24 14:01:59 +03:00
freebsd * fixed ambiguity between pipe(2) with two params and pipe(3) with one that broke -dFPC_USE_LIBC 2022-08-22 13:22:57 +02:00
freertos * fix missing ifdef for the non win32/64/unix targets. 2022-06-01 16:56:02 +02:00
gba * fix missing ifdef for the non win32/64/unix targets. 2022-06-01 16:56:02 +02:00
go32v2 * fix missing ifdef for the non win32/64/unix targets. 2022-06-01 16:56:02 +02:00
haiku * fix missing ifdef for the non win32/64/unix targets. 2022-06-01 16:56:02 +02:00
i386 * check more cpuid flags in the cpu units 2022-04-04 22:55:05 +02:00
i8086 * Set softfloat_rounding_mode indise SetRoundMode function for all CPUs. 2021-01-03 21:44:18 +00:00
inc * export DynArrayAssign, resolves #39897 2022-10-06 22:56:38 +02:00
java Add DISABLE_SYSTEMINLINE check to be able to avoid setting SYSTEMINLINE macro 2022-09-20 22:39:28 +01:00
jvm Add FillWord procedures and implement unicode StringOfChar for JVM cpu 2022-01-07 22:58:36 +00:00
linux m68k-linux: try to be as ColdFire compatible in the startup code as possible, so explicitly use jsr, otherwise this might compile to a long bsr, that is not CF compatible (except cfv4) 2022-08-31 22:14:15 +02:00
m68k Fix compilation of m68k-linux rtl with -dFPC_USE_LIBC 2022-06-08 00:20:57 +02:00
macos * fix missing ifdef for the non win32/64/unix targets. 2022-06-01 16:56:02 +02:00
mips * Set softfloat_rounding_mode indise SetRoundMode function for all CPUs. 2021-01-03 21:44:18 +00:00
mips64 + some more cpu specfic files for mips64(el) 2022-05-25 22:41:22 +02:00
mips64el + some more cpu specfic files for mips64(el) 2022-05-25 22:41:22 +02:00
mipsel
morphos powerpc-morphos: enable 'section' keyword support, and force the startup code to be in the .text section, to fix linking external objects with unnamed sections on this platform 2022-08-27 19:19:42 +02:00
msdos * fix missing ifdef for the non win32/64/unix targets. 2022-06-01 16:56:02 +02:00
msxdos * regenerate makefiles with latest fpcmake 2022-05-24 14:01:59 +03:00
nativent * fix missing ifdef for the non win32/64/unix targets. 2022-06-01 16:56:02 +02:00
nds Fix compilation ofrtl/nds/classes.pp unit 2022-06-02 17:54:59 +00:00
netbsd Cleanup bsd and sysctl units make rules 2022-07-17 21:12:14 +00:00
netware * fix missing ifdef for the non win32/64/unix targets. 2022-06-01 16:56:02 +02:00
netwlibc * fix missing ifdef for the non win32/64/unix targets. 2022-06-01 16:56:02 +02:00
objpas * prettier exception message, resolves #39909 2022-09-18 15:50:55 +02:00
openbsd Cleanup bsd and sysctl units make rules 2022-07-17 21:12:14 +00:00
os2 * fix missing ifdef for the non win32/64/unix targets. 2022-06-01 16:56:02 +02:00
palmos * regenerate makefiles with latest fpcmake 2022-05-24 14:01:59 +03:00
powerpc * Set softfloat_rounding_mode indise SetRoundMode function for all CPUs. 2021-01-03 21:44:18 +00:00
powerpc64 * Set softfloat_rounding_mode indise SetRoundMode function for all CPUs. 2021-01-03 21:44:18 +00:00
qnx * regenerate makefiles with latest fpcmake 2022-05-24 14:01:59 +03:00
riscv * RiscV: unified cpu initialization and FPU exception handling, resolves #38893 2021-05-15 20:53:56 +00:00
riscv32 * RiscV: unified cpu initialization and FPU exception handling, resolves #38893 2021-05-15 20:53:56 +00:00
riscv64 * RiscV: unified cpu initialization and FPU exception handling, resolves #38893 2021-05-15 20:53:56 +00:00
sinclairql * fix missing ifdef for the non win32/64/unix targets. 2022-06-01 16:56:02 +02:00
solaris * regenerate makefiles with latest fpcmake 2022-05-24 14:01:59 +03:00
sparc * Set softfloat_rounding_mode indise SetRoundMode function for all CPUs. 2021-01-03 21:44:18 +00:00
sparc64 * Set softfloat_rounding_mode indise SetRoundMode function for all CPUs. 2021-01-03 21:44:18 +00:00
symbian * fix missing ifdef for the non win32/64/unix targets. 2022-06-01 16:56:02 +02:00
ucmaps
unix * fixed ambiguity between pipe(2) with two params and pipe(3) with one that broke -dFPC_USE_LIBC 2022-08-22 13:22:57 +02:00
wasi + setup a thread manager (functions are still not yet implemented), when the WASI RTL is compiled with multithreading support 2022-07-14 05:14:20 +03:00
wasm32 + setup a thread manager (functions are still not yet implemented), when the WASI RTL is compiled with multithreading support 2022-07-14 05:14:20 +03:00
watcom * fix missing ifdef for the non win32/64/unix targets. 2022-06-01 16:56:02 +02:00
wii * fix missing ifdef for the non win32/64/unix targets. 2022-06-01 16:56:02 +02:00
win * also add other threadpool functions 2022-08-09 11:27:23 +02:00
win16 * fix missing ifdef for the non win32/64/unix targets. 2022-06-01 16:56:02 +02:00
win32 * anonymous method overloads for synchronize/queue. 2022-06-01 13:54:06 +02:00
win64 * anonymous method overloads for synchronize/queue. 2022-06-01 13:54:06 +02:00
wince * fix missing ifdef for the non win32/64/unix targets. 2022-06-01 16:56:02 +02:00
x86_64 * x86-64: math helpers do not need a stackframe 2022-08-05 23:02:05 +02:00
xtensa * patch by Christo Crause: Xtensa [patch] Use syscall 0 to spill registers on ESP32, resolves #39221 2021-07-14 21:47:29 +00:00
z80
zxspectrum * compile always with -CX -XX for Z80 2022-04-24 21:38:41 +02:00
COPYING.FPC
COPYING.txt
fpmake.inc
fpmake.pp
Makefile * compile always with -CX -XX for Z80 2022-04-24 21:38:41 +02:00
Makefile.fpc + added WASI to the main RTL makefile 2021-01-02 22:58:19 +00:00
README.txt

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.