From af49e3dc9f1e35a1d036e119934985b5e5fe1e3a Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 8 Feb 2022 23:04:43 +0100 Subject: [PATCH] + skeleton --- rtl/mips64/mips64.inc | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 rtl/mips64/mips64.inc diff --git a/rtl/mips64/mips64.inc b/rtl/mips64/mips64.inc new file mode 100644 index 0000000000..3c95bae582 --- /dev/null +++ b/rtl/mips64/mips64.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. + +**********************************************************************}