mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-08 07:47:26 +01:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
* converted the reference to _init in si_dll to be a weak external. This way we can support creating shared libraries that link to the C library as well as libraries that do not. If libc was linked, the compiler will link in crtbeginS.o and crtendS.o; _init is defined in crtbeginS.o and initializes the C library and calls all the C static constructors. git-svn-id: trunk@41751 - |
||
|---|---|---|
| compiler | ||
| installer | ||
| packages | ||
| rtl | ||
| tests | ||
| utils | ||
| .gitattributes | ||
| .gitignore | ||
| fpmake_add1.inc | ||
| fpmake_proc1.inc | ||
| fpmake.pp | ||
| Makefile | ||
| Makefile.fpc | ||