Browse Source

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

Pierre Muller 3 years ago
parent
commit
f835897761
5 changed files with 22 additions and 3 deletions
  1. 6 0
      rtl/mips64/makefile.cpu
  2. 13 0
      rtl/mips64/set.inc
  3. 1 1
      rtl/mips64el/cpuh.inc
  4. 1 1
      rtl/mips64el/set.inc
  5. 1 1
      rtl/mips64el/setjumph.inc

+ 6 - 0
rtl/mips64/makefile.cpu

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

+ 13 - 0
rtl/mips64/set.inc

@@ -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.
+
+**********************************************************************}

+ 1 - 1
rtl/mips64el/cpuh.inc

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

+ 1 - 1
rtl/mips64el/set.inc

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

+ 1 - 1
rtl/mips64el/setjumph.inc

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