The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
nickysn 914426e703 * fixed an i8086 inline assembler bug, where 'call word ptr [label]' (an
indirect call) was assembled as 'call near label' (direct call) instead of
  'call near [label]' and 'call dword ptr [label]' was assembled as
  'call near label' instead of 'call far [label]'

git-svn-id: trunk@42176 -
2019-06-05 15:49:39 +00:00
compiler * fixed an i8086 inline assembler bug, where 'call word ptr [label]' (an 2019-06-05 15:49:39 +00:00
installer Regenerate Makefile's after fpcmake change in commit #41721 2019-03-17 14:45:03 +00:00
packages * Fix bug ID #35674, do not create filestream for directories 2019-06-05 11:42:40 +00:00
rtl Fix compilation with release 3.0.4 ppcarm 2019-06-05 12:00:53 +00:00
tests * fixed an i8086 inline assembler bug, where 'call word ptr [label]' (an 2019-06-05 15:49:39 +00:00
utils * toplevel name (e.g. "active") is now also redirected. 2019-05-30 21:11:43 +00:00
.gitattributes * fixed cbool "and" with full boolean evaluation, and cbool "xor" 2019-06-02 20:04:06 +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