浏览代码

*** empty log message ***

mazen 23 年之前
父节点
当前提交
9b960198d0
共有 3 个文件被更改,包括 15 次插入5 次删除
  1. 8 3
      compiler/fpcdefs.inc
  2. 2 0
      compiler/mppcsparc
  3. 5 2
      compiler/pp.pas

+ 8 - 3
compiler/fpcdefs.inc

@@ -35,10 +35,15 @@
 {$ifdef x86_64}
 {$ifdef x86_64}
   {$define x86}
   {$define x86}
 {$endif x86_64}
 {$endif x86_64}
-
+{$ifdef sparc}
+  {$undef win32}
+{$endif sparc}
 {
 {
   $Log$
   $Log$
-  Revision 1.6  2002-08-19 18:17:48  carl
+  Revision 1.7  2002-08-23 13:17:59  mazen
+  *** empty log message ***
+
+  Revision 1.6  2002/08/19 18:17:48  carl
     + optimize64_op_const_reg implemented (optimizes 64-bit constant opcodes)
     + optimize64_op_const_reg implemented (optimizes 64-bit constant opcodes)
     * more fixes to m68k for 64-bit operations
     * more fixes to m68k for 64-bit operations
 
 
@@ -56,4 +61,4 @@
 }
 }
 
 
 { 
 { 
-}
+}

+ 2 - 0
compiler/mppcsparc

@@ -0,0 +1,2 @@
+#!/bin/bash
+fpc pp -g -oppcsparc -dExtDebug -Fusparc -Futargets -dSPARC -dNoOpt -dGDB

+ 5 - 2
compiler/pp.pas

@@ -129,7 +129,7 @@ uses
     catch,
     catch,
   {$endif}
   {$endif}
 {$endif FPC}
 {$endif FPC}
-  globals,compiler;
+  globals,compiler,gdb;
 
 
 var
 var
   oldexit : pointer;
   oldexit : pointer;
@@ -177,7 +177,10 @@ begin
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.15  2002-07-04 20:43:01  florian
+  Revision 1.16  2002-08-23 13:17:59  mazen
+  *** empty log message ***
+
+  Revision 1.15  2002/07/04 20:43:01  florian
     * first x86-64 patches
     * first x86-64 patches
 
 
   Revision 1.14  2002/05/22 19:02:16  carl
   Revision 1.14  2002/05/22 19:02:16  carl