The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
nickysn 52a5669117 + enable weak externals for OpenBSD
* 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 -
2019-03-20 15:13:47 +00:00
compiler + enable weak externals for OpenBSD 2019-03-20 15:13:47 +00:00
installer Regenerate Makefile's after fpcmake change in commit #41721 2019-03-17 14:45:03 +00:00
packages * Too much committed 2019-03-19 21:44:12 +00:00
rtl + enable weak externals for OpenBSD 2019-03-20 15:13:47 +00:00
tests * also accept {$elsif} after {$if(n)def} (mantis #34858) 2019-03-17 15:20:22 +00:00
utils * Command to show version-number added (fpcmkcfg) 2019-03-19 17:04:50 +00:00
.gitattributes * also accept {$elsif} after {$if(n)def} (mantis #34858) 2019-03-17 15:20:22 +00:00
.gitignore
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile Regenerate Makefile's after fpcmake change in commit #41721 2019-03-17 14:45:03 +00:00
Makefile.fpc Merged riscv_new branch 2018-09-26 19:49:08 +00:00