mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-06 11:10:36 +01:00
+ CPU dependend string routine include files for AVR
git-svn-id: trunk@30376 -
This commit is contained in:
parent
7ba2ce86cd
commit
0470cd2cb1
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -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
18
rtl/avr/strings.inc
Normal 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
18
rtl/avr/stringss.inc
Normal 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.
|
||||
|
||||
**********************************************************************}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user