Browse Source

* pcomp added for sparc

peter 22 years ago
parent
commit
10f0e5cb6e
2 changed files with 9 additions and 4 deletions
  1. 4 3
      rtl/inc/compproc.inc
  2. 5 1
      rtl/inc/systemh.inc

+ 4 - 3
rtl/inc/compproc.inc

@@ -286,16 +286,17 @@ Procedure fpc_rewrite_typed(var f : TypedFile;Size : Longint); compilerproc;
 Procedure fpc_typed_write(TypeSize : Longint;var f : TypedFile;const Buf); compilerproc;
 Procedure fpc_typed_write(TypeSize : Longint;var f : TypedFile;const Buf); compilerproc;
 Procedure fpc_typed_read(TypeSize : Longint;var f : TypedFile;var Buf); compilerproc;
 Procedure fpc_typed_read(TypeSize : Longint;var f : TypedFile;var Buf); compilerproc;
 
 
-{$ifdef CPUPOWERPC}
 function fpc_int64_to_double(i: int64): double; compilerproc;
 function fpc_int64_to_double(i: int64): double; compilerproc;
 function fpc_qword_to_double(q: qword): double; compilerproc;
 function fpc_qword_to_double(q: qword): double; compilerproc;
-{$endif CPUPOWERPC}
 
 
 {$endif hascompilerproc}
 {$endif hascompilerproc}
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.46  2003-08-21 22:07:43  olle
+  Revision 1.47  2003-09-01 20:47:23  peter
+    * pcomp added for sparc
+
+  Revision 1.46  2003/08/21 22:07:43  olle
     - removed parameter from fpc_iocheck
     - removed parameter from fpc_iocheck
 
 
   Revision 1.45  2003/06/17 19:24:08  jonas
   Revision 1.45  2003/06/17 19:24:08  jonas

+ 5 - 1
rtl/inc/systemh.inc

@@ -144,6 +144,7 @@ Type
 
 
   { map comp to int64, but this doesn't mean to compile the comp support in! }
   { map comp to int64, but this doesn't mean to compile the comp support in! }
   Comp = Int64;
   Comp = Int64;
+  PComp = ^Comp;
 {$endif CPUSPARC}
 {$endif CPUSPARC}
 
 
 {$ifdef CPU64}
 {$ifdef CPU64}
@@ -671,7 +672,10 @@ const
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.69  2003-05-01 08:05:23  florian
+  Revision 1.70  2003-09-01 20:47:23  peter
+    * pcomp added for sparc
+
+  Revision 1.69  2003/05/01 08:05:23  florian
     * started to make the rtl 64 bit save by introducing SizeInt and SizeUInt (similar to size_t of C)
     * started to make the rtl 64 bit save by introducing SizeInt and SizeUInt (similar to size_t of C)
 
 
   Revision 1.68  2003/04/30 16:36:39  florian
   Revision 1.68  2003/04/30 16:36:39  florian