The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
nickysn 1e07606cbf * prettify the "Use of +offset(%ebp) is not compatible with regcall convention"
and "Use of +offset(%ebp) for parameters invalid here" warning messages by
  showing the exact register used (bp, ebp or rbp) and using the original asm
  syntax (Intel: [EBP+offset]; AT&T: +offset(%ebp) )

git-svn-id: trunk@42207 -
2019-06-10 15:08:46 +00:00
compiler * prettify the "Use of +offset(%ebp) is not compatible with regcall convention" 2019-06-10 15:08:46 +00:00
installer Regenerate Makefile's after fpcmake change in commit #41721 2019-03-17 14:45:03 +00:00
packages * Nintendo DS port updated to libnds ver.1.7.3 2019-06-10 06:39:46 +00:00
rtl * Nintendo DS port updated to libnds ver.1.7.3 2019-06-10 06:39:46 +00:00
tests Add {$goto on} if FPC macro is defined 2019-06-07 07:55:40 +00:00
utils * toplevel name (e.g. "active") is now also redirected. 2019-05-30 21:11:43 +00:00
.gitattributes * Nintendo DS port updated to libnds ver.1.7.3 2019-06-10 06:39:46 +00:00
.gitignore * made the ide a package, so it can be build in parallel with the other packages, reasons: 2018-01-06 20:22:30 +00:00
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