+ dummy int64p.inc

git-svn-id: trunk@29880 -
This commit is contained in:
Jonas Maebe 2015-02-23 22:50:51 +00:00
parent 84f04ad2ce
commit 66d4e9a3a5
2 changed files with 16 additions and 0 deletions

1
.gitattributes vendored
View File

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

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

@ -0,0 +1,15 @@
{
This file is part of the Free Pascal run time library.
Copyright (c) 1999-2000 by the Free Pascal development team
This file contains some helper routines for int64 and qword
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.
**********************************************************************}
{ only dummy on AArch64 since it has a 64 bit integer unit }