Browse Source

+ CPU dependend string routine include files for AVR

git-svn-id: trunk@30376 -
florian 10 years ago
parent
commit
0470cd2cb1
3 changed files with 38 additions and 0 deletions
  1. 2 0
      .gitattributes
  2. 18 0
      rtl/avr/strings.inc
  3. 18 0
      rtl/avr/stringss.inc

+ 2 - 0
.gitattributes

@@ -8037,6 +8037,8 @@ rtl/avr/math.inc svneol=native#text/plain
 rtl/avr/set.inc svneol=native#text/plain
 rtl/avr/setjump.inc svneol=native#text/plain
 rtl/avr/setjumph.inc svneol=native#text/plain
+rtl/avr/strings.inc svneol=native#text/plain
+rtl/avr/stringss.inc svneol=native#text/plain
 rtl/beos/Makefile svneol=native#text/plain
 rtl/beos/Makefile.fpc svneol=native#text/plain
 rtl/beos/baseunix.pp svneol=native#text/plain

+ 18 - 0
rtl/avr/strings.inc

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

+ 18 - 0
rtl/avr/stringss.inc

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