fpc/rtl
sergei 62a5ba14a3 + SPARC: support finalization routine supplied by dynamic linker.
+ Added "stack not executable" marker.

git-svn-id: trunk@26287 -
2013-12-26 09:09:23 +00:00
..
aix * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
amiga * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
android * Fixed crash during dll loading on android-i386 (Stupid error because I am not comfortable with at&t i386 assembler syntax). Issue #25435. 2013-12-23 12:02:50 +00:00
arm reverted r25622 which was an accidental commit of some highly experimental debug code (sorry) 2013-10-02 18:31:28 +00:00
atari * restores atari support/rtl partially 2013-10-06 19:36:59 +00:00
avr + Added additional addr pointer parameter to 2012-06-24 21:22:09 +00:00
beos * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
bsd NetBSD getcwd system call also returns string length 2013-10-05 21:23:47 +00:00
charmaps + enabled compilation of the code page units for i8086-msdos 2013-10-09 23:39:36 +00:00
darwin * add pthread_attr_destroy, due to Vincent's follow up to mantis #25416 2013-12-12 10:13:41 +00:00
embedded * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
emx * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
freebsd * add pthread_attr_destroy, due to Vincent's follow up to mantis #25416 2013-12-12 10:13:41 +00:00
gba * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
go32v2 Put both _environ and __environ as .comm inside startup script to avoid crt1.o loading 2013-11-12 16:41:08 +00:00
haiku * pthread_attr_destroy fixes for the rest of *nix. 2013-12-12 11:38:39 +00:00
i386 * x87 optimized version of math.log2() for i8086, i386 and x86_64 2013-12-22 23:21:41 +00:00
i8086 * x87 optimized version of math.log2() for i8086, i386 and x86_64 2013-12-22 23:21:41 +00:00
inc + Win32 SEH: to avoid memory leaks, it is necessary to free exception object for non-FPC exceptions on re-raise (it will be re-created by next exception handler). 2013-12-16 14:47:26 +00:00
java * Return dynamic arrays in parameter, this was the only managed type still returned in register. Returning managed types in registers requires catching and re-raising exceptions at callee side in order to finalize result and avoid memory leaks. While such behavior makes little difference with generic setjmp-based exception handling, it becomes very inefficient as SEH-styled exception handling is being introduced. 2013-12-04 13:43:22 +00:00
jvm * Revert changes to java-related files by r23604. 2013-02-13 13:13:21 +00:00
linux + SPARC: support finalization routine supplied by dynamic linker. 2013-12-26 09:09:23 +00:00
m68k really fixed FillChar and fixed FillWord. fixes 8 tests. 2013-10-02 12:33:52 +00:00
macos * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
mips * MIPS setjmp/longjmp: save/restore nonvolatile FPU registers and FPU control word. 2013-10-13 21:25:40 +00:00
mipsel Add missing i after dollar for include directive 2013-09-23 11:56:41 +00:00
morphos * changed type of TAbstractSearchRec.name_do_not_touch from untyped pointer 2013-11-06 13:17:06 +00:00
msdos + i8086 FPU detection code updated to also identify the FPU type (8087/287/387+) 2013-12-08 20:50:52 +00:00
nativent * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
nds * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
netbsd * add pthread_attr_destroy, due to Vincent's follow up to mantis #25416 2013-12-12 10:13:41 +00:00
netware * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
netwlibc * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
objpas * x87 optimized version of math.log2() for i8086, i386 and x86_64 2013-12-22 23:21:41 +00:00
openbsd * add pthread_attr_destroy, due to Vincent's follow up to mantis #25416 2013-12-12 10:13:41 +00:00
os2 * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
palmos * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
powerpc + Added additional addr pointer parameter to 2012-06-24 21:22:09 +00:00
powerpc64 + Added additional addr pointer parameter to 2012-06-24 21:22:09 +00:00
qnx * synchronised with trunk up to r25167 (fixes glib compilation via r25164, 2013-07-24 14:24:49 +00:00
solaris * pthread_attr_destroy fixes for the rest of *nix. 2013-12-12 11:38:39 +00:00
sparc * use membar only for sparcv9(+) 2012-12-03 21:55:51 +00:00
symbian * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
ucmaps - remove maps with unclear header 2012-09-18 18:46:23 +00:00
unix * fix memleak pthread_attr, Mantis #25416 by Henry Vermaak. 2013-12-11 21:47:02 +00:00
watcom * CrtOpen, CrtClose, CrtRead, CrtWrite and CrtReturn changed to procedures, instead of functions 2013-09-17 11:17:29 +00:00
wii * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
win + SEH support for Win32. Enable by cycling with OPT=-dTEST_WIN32_SEH. 2013-12-12 12:43:46 +00:00
win32 + Win32 SEH: to avoid memory leaks, it is necessary to free exception object for non-FPC exceptions on re-raise (it will be re-created by next exception handler). 2013-12-16 14:47:26 +00:00
win64 * Moved more reusable exception handling code from seh64.inc to syswin.inc. 2013-12-04 14:02:54 +00:00
wince * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
x86_64 * x87 optimized version of math.log2() for i8086, i386 and x86_64 2013-12-22 23:21:41 +00:00
COPYING.FPC
COPYING.txt * updated address of FSF (mantis #24646, patch by Alexey Svistunov) 2013-06-27 14:01:18 +00:00
fpmake.inc
fpmake.pp - Removed empty include file wustrings.inc 2013-09-24 16:35:04 +00:00
Makefile * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
Makefile.fpc * merge i8086 branch by Nikolay Nikolov 2013-04-25 20:23:51 +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).

The following directories are not supported officially and may not work
correctly with FreePascal v1.0:

go32v1 - The DJGPP go32v1 DOS extender (no longer supported)
palmos - The PalmOS directory for the Dragonball (incomplete)


Enjoy.