mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-10 13:07:15 +01:00
* ?
This commit is contained in:
parent
056201180f
commit
c9bf25c7eb
@ -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
|
||||
}
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user