mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 18:47:56 +02:00
+ added math.inc and set.inc for Z80, empty for now
git-svn-id: branches/z80@44903 -
This commit is contained in:
parent
6f874eefa6
commit
aeafe0db40
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -12181,6 +12181,8 @@ rtl/xtensa/stringss.inc svneol=native#text/plain
|
||||
rtl/xtensa/xtensa.inc svneol=native#text/plain
|
||||
rtl/z80/cpuh.inc svneol=native#text/plain
|
||||
rtl/z80/makefile.cpu svneol=native#text/plain
|
||||
rtl/z80/math.inc svneol=native#text/plain
|
||||
rtl/z80/set.inc svneol=native#text/plain
|
||||
rtl/z80/setjump.inc svneol=native#text/plain
|
||||
rtl/z80/setjumph.inc svneol=native#text/plain
|
||||
rtl/z80/z80.inc svneol=native#text/plain
|
||||
|
16
rtl/z80/math.inc
Normal file
16
rtl/z80/math.inc
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
|
||||
This file is part of the Free Pascal run time library.
|
||||
Copyright (c) 2003 by the Free Pascal development team.
|
||||
|
||||
Implementation of mathematical Routines (for extended type)
|
||||
|
||||
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.
|
||||
|
||||
**********************************************************************}
|
||||
|
15
rtl/z80/set.inc
Normal file
15
rtl/z80/set.inc
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
|
||||
This file is part of the Free Pascal run time library.
|
||||
Copyright (c) 2003 by the Free Pascal development team.
|
||||
|
||||
Include file with set operations called by the compiler
|
||||
|
||||
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