+ some more cpu specfic files for mips64(el)

This commit is contained in:
florian 2022-05-25 22:40:51 +02:00
parent 3cb4952745
commit 86b774e792
4 changed files with 35 additions and 0 deletions

16
rtl/mips64/strings.inc Normal file
View File

@ -0,0 +1,16 @@
{
This file is part of the Free Pascal run time library.
Copyright (c) 2000 by Jonas Maebe, 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.
**********************************************************************}

17
rtl/mips64/stringss.inc Normal file
View File

@ -0,0 +1,17 @@
{
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.
**********************************************************************}

1
rtl/mips64el/strings.inc Normal file
View File

@ -0,0 +1 @@
{$i ../mips64/strings.inc}

View File

@ -0,0 +1 @@
{$i ../mips64/stringss.inc}