mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-21 19:53:12 +02:00
+ dummy AArch64 stringss.inc file
git-svn-id: trunk@29883 -
This commit is contained in:
parent
e82201d6ac
commit
6b371315f3
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -7872,6 +7872,7 @@ rtl/aarch64/int64p.inc svneol=native#text/plain
|
|||||||
rtl/aarch64/math.inc svneol=native#text/plain
|
rtl/aarch64/math.inc svneol=native#text/plain
|
||||||
rtl/aarch64/mathu.inc svneol=native#text/plain
|
rtl/aarch64/mathu.inc svneol=native#text/plain
|
||||||
rtl/aarch64/set.inc svneol=native#text/plain
|
rtl/aarch64/set.inc svneol=native#text/plain
|
||||||
|
rtl/aarch64/stringss.inc svneol=native#text/plain
|
||||||
rtl/aix/Makefile svneol=native#text/plain
|
rtl/aix/Makefile svneol=native#text/plain
|
||||||
rtl/aix/Makefile.fpc svneol=native#text/plain
|
rtl/aix/Makefile.fpc svneol=native#text/plain
|
||||||
rtl/aix/dlaix.inc svneol=native#text/plain
|
rtl/aix/dlaix.inc svneol=native#text/plain
|
||||||
|
18
rtl/aarch64/stringss.inc
Normal file
18
rtl/aarch64/stringss.inc
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
This file is part of the Free Pascal run time library.
|
||||||
|
Copyright (c) 1999-2000 by Jonas Maebe, member of the
|
||||||
|
Free Pascal development team
|
||||||
|
|
||||||
|
Processor dependent part of strings.pp, not 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.
|
||||||
|
|
||||||
|
**********************************************************************}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user