The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
pierre adf064cbb4 New: rtl/inc/genmathh.inc source file, to provide a unique position
for the interface definition of float64 and float32 records,
  available to all systems if FPUNONE is not defined.

  rtl/inc/genmath.inc: Remove float64/float32, as they are now in rtl/inc/genmathh.inc
  rtl/inc/softfpu.pp: Use provided definitions of float32 and float64
  if available (by checking presence of FPC_SYSTEM_HAS_floatXX macro)

  rtl/inc/systemh.inc: include genmathh.inc if FPUNONE is not defined.
  rtl/java/jsystemh_types.inc: Likewise.

git-svn-id: trunk@45821 -
2020-07-21 14:24:14 +00:00
compiler Avoid overflow errors on z80 CPU by changing local variable type from aint to tcgint 2020-07-21 05:23:36 +00:00
installer * regenerated Makefiles again 2020-07-11 09:51:28 +00:00
packages Add missing CPUs for linux libgcc directory retrieval 2020-07-21 12:13:36 +00:00
rtl New: rtl/inc/genmathh.inc source file, to provide a unique position 2020-07-21 14:24:14 +00:00
tests + Aarch64: trgcpu.get_spill_subreg: return MM sub register correctly, resolves 2020-07-20 21:07:09 +00:00
utils * set GCCLibPath for all architectures on linux as proposed in , resolves 2020-07-15 20:43:08 +00:00
.gitattributes New: rtl/inc/genmathh.inc source file, to provide a unique position 2020-07-21 14:24:14 +00:00
.gitignore Add list of generated executable to svn:ignore 2020-07-21 14:08:24 +00:00
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile * regenerated Makefiles again 2020-07-11 09:51:28 +00:00
Makefile.fpc * rename the ARM/AArch64-Darwin targets to ARM/AArch64-iOS 2020-07-10 21:52:24 +00:00