This commit is contained in:
florian 2004-05-30 20:03:05 +00:00
parent 056201180f
commit c9bf25c7eb
2 changed files with 40 additions and 14 deletions

View File

@ -16,8 +16,9 @@
{
$Log$
Revision 1.1 2003-09-14 11:34:13 peter
* moved int64 asm code to int64p.inc
* save ebx,esi
Revision 1.2 2004-05-30 20:03:05 florian
* ?
Revision 1.1 2003/09/14 11:34:13 peter
* moved int64 asm code to int64p.inc
}

View File

@ -1,3 +1,25 @@
{
$Id$
This file is part of the Free Pascal run time library.
Copyright (c) 2002-2004 by the Free Pascal development team.
Processor dependent implementation for the system unit for
Sparc
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.
**********************************************************************}
{****************************************************************************
PowerPC specific stuff
****************************************************************************}
procedure fpc_cpuinit;
begin
end;
@ -41,7 +63,10 @@ end;
{
$Log$
Revision 1.6 2004-05-27 23:34:37 peter
Revision 1.7 2004-05-30 20:03:05 florian
* ?
Revision 1.6 2004/05/27 23:34:37 peter
* backtrace support
Revision 1.5 2004/01/02 17:22:14 jonas