The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
nickysn a8232ac477 + added warning if source or destination for x86 string instructions isn't
specified to be (%esi) or (%edi), when using at&t syntax assembler (this is
  not considered an error by intel syntax assemblers, so we're not adding a
  warning there, for now)

git-svn-id: trunk@37458 -
2017-10-14 15:27:00 +00:00
compiler + added warning if source or destination for x86 string instructions isn't 2017-10-14 15:27:00 +00:00
ide regenerated Makefiles for m68k-macos target 2017-08-22 11:16:42 +00:00
installer regenerated Makefiles for m68k-macos target 2017-08-22 11:16:42 +00:00
packages * updated links mantis 32504 2017-10-13 10:56:06 +00:00
rtl + build exeinfo by buildrtl unit 2017-10-10 20:36:26 +00:00
tests * fixed test tasm12c.pp (uses asmmode intel, not att) 2017-10-14 11:32:54 +00:00
utils New revision following commit 37286 2017-09-22 19:59:45 +00:00
.gitattributes + added the 'Cannot override ES' message in the at&t assembler reader as well 2017-10-14 00:48:46 +00:00
.gitignore * Removed empty tests directory from svn 2014-11-08 15:47:53 +00:00
fpmake_add1.inc * Handle the location of each package at run-time, not at compilation time 2013-06-02 17:55:23 +00:00
fpmake_proc1.inc * Handle the location of each package at run-time, not at compilation time 2013-06-02 17:55:23 +00:00
fpmake.pp * Handle the location of each package at run-time, not at compilation time 2013-06-02 17:55:23 +00:00
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