+ CPU dependend string routine include files for AVR

git-svn-id: trunk@30376 -
This commit is contained in:
florian 2015-03-29 19:34:53 +00:00
parent 7ba2ce86cd
commit 0470cd2cb1
3 changed files with 38 additions and 0 deletions

2
.gitattributes vendored
View File

@ -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
rtl/avr/strings.inc Normal file
View File

@ -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
rtl/avr/stringss.inc Normal file
View File

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