+ dummy set.inc for AArch64

git-svn-id: trunk@29882 -
This commit is contained in:
Jonas Maebe 2015-02-23 22:50:57 +00:00
parent 4c7f75c93b
commit e82201d6ac
2 changed files with 16 additions and 0 deletions

1
.gitattributes vendored
View File

@ -7871,6 +7871,7 @@ rtl/README.txt svneol=native#text/plain
rtl/aarch64/int64p.inc svneol=native#text/plain
rtl/aarch64/math.inc svneol=native#text/plain
rtl/aarch64/mathu.inc svneol=native#text/plain
rtl/aarch64/set.inc svneol=native#text/plain
rtl/aix/Makefile svneol=native#text/plain
rtl/aix/Makefile.fpc svneol=native#text/plain
rtl/aix/dlaix.inc svneol=native#text/plain

15
rtl/aarch64/set.inc Normal file
View File

@ -0,0 +1,15 @@
{
This file is part of the Free Pascal run time library.
Copyright (c) 2002 by the Free Pascal development team
Include file with set operations called by the compiler
See the file COPYING.FPC, included in this distribution,
for details about the copyright.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
**********************************************************************}