The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
nickysn 9450beb99c * fixed bug in intel syntax i8086 inline asm, when certain 'jmp/call [v]'
instructions got erroneously converted to 'jmp/call v', if 'v' is an external
  far variable that points to certain things (like a local label, exported via
  public)

git-svn-id: trunk@37538 -
2017-10-31 16:49:38 +00:00
compiler * fixed bug in intel syntax i8086 inline asm, when certain 'jmp/call [v]' 2017-10-31 16:49:38 +00:00
ide * Update all fpcsrc Makefile's using latest fpcmake version 2017-09-21 rev 37286 2017-10-16 00:27:27 +00:00
installer * Update all fpcsrc Makefile's using latest fpcmake version 2017-09-21 rev 37286 2017-10-16 00:27:27 +00:00
packages fcl-db: mssql: in case of network failure infinite loop can occurs in Fetch method. Bug #32524 2017-10-31 08:45:50 +00:00
rtl * fixed CompareByte for x86-64 after r37528 2017-10-30 21:01:59 +00:00
tests + added test, which tests public labels as well as 'external far' variables on i8086 2017-10-30 18:08:39 +00:00
utils fcl-passrc: nicer error position on cant find unit 2017-10-18 10:33:36 +00:00
.gitattributes + added test, which tests public labels as well as 'external far' variables on i8086 2017-10-30 18:08:39 +00:00
.gitignore * Removed empty tests directory from svn 2014-11-08 15:47:53 +00:00
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile * switch to 3.0.2 as prefered version 2017-10-10 12:57:24 +00:00
Makefile.fpc * switch to 3.0.2 as prefered version 2017-10-10 12:57:24 +00:00