Add missing rtl/mips64 files and fix some rtl/mips64el files

This commit is contained in:
Pierre Muller 2022-02-16 16:47:58 +00:00
parent f51c0daeb4
commit f835897761
5 changed files with 22 additions and 3 deletions

6
rtl/mips64/makefile.cpu Normal file
View File

@ -0,0 +1,6 @@
#
# Here we set processor dependent include file names.
#
CPUNAMES=mips64 math set cpuh
CPUINCNAMES=$(addsuffix .inc,$(CPUNAMES))

13
rtl/mips64/set.inc Normal file
View File

@ -0,0 +1,13 @@
{
This file is part of the Free Pascal run time library.
Copyright (c) 2022 by Florian Klaempfl
members of the Free Pascal development team.
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.
**********************************************************************}

View File

@ -12,4 +12,4 @@
**********************************************************************}
{$I ../mips64/math.inc}
{$I ../mips64/cpuh.inc}

View File

@ -12,4 +12,4 @@
**********************************************************************}
{$I ../mips64/cpuh.inc}
{$I ../mips64/set.inc}

View File

@ -1 +1 @@
{$i ../mips64/setjumph.inc}
{$i ../mips64/setjumph.inc}