mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 08:38:14 +02:00
+ some more cpu specfic files for mips64(el)
This commit is contained in:
parent
3cb4952745
commit
86b774e792
16
rtl/mips64/strings.inc
Normal file
16
rtl/mips64/strings.inc
Normal 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
17
rtl/mips64/stringss.inc
Normal 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
1
rtl/mips64el/strings.inc
Normal file
@ -0,0 +1 @@
|
||||
{$i ../mips64/strings.inc}
|
1
rtl/mips64el/stringss.inc
Normal file
1
rtl/mips64el/stringss.inc
Normal file
@ -0,0 +1 @@
|
||||
{$i ../mips64/stringss.inc}
|
Loading…
Reference in New Issue
Block a user