* dummy strings.inc for aarch64

git-svn-id: trunk@29886 -
This commit is contained in:
Jonas Maebe 2015-02-23 22:51:09 +00:00
parent dad442c7e3
commit e32965879d
2 changed files with 18 additions and 0 deletions

1
.gitattributes vendored
View File

@ -7875,6 +7875,7 @@ rtl/aarch64/mathu.inc svneol=native#text/plain
rtl/aarch64/set.inc svneol=native#text/plain
rtl/aarch64/setjump.inc svneol=native#text/plain
rtl/aarch64/setjumph.inc svneol=native#text/plain
rtl/aarch64/strings.inc svneol=native#text/plain
rtl/aarch64/stringss.inc svneol=native#text/plain
rtl/aix/Makefile svneol=native#text/plain
rtl/aix/Makefile.fpc svneol=native#text/plain

17
rtl/aarch64/strings.inc Normal file
View File

@ -0,0 +1,17 @@
{
This file is part of the Free Pascal run time library.
Copyright (c) 2003 by Florian Klaempfl, member of the
Free Pascal development team
Processor dependent part of strings.pp, that can be shared with
sysutils unit.
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.
**********************************************************************}