Browse Source

- revert '../' from include path

mazen 21 years ago
parent
commit
e465aa443e

+ 5 - 2
compiler/sparc/aasmcpu.pas

@@ -22,7 +22,7 @@
 }
 unit aasmcpu;
 
-{$i ../fpcdefs.inc}
+{$i fpcdefs.inc}
 
 interface
 
@@ -311,7 +311,10 @@ implementation
 end.
 {
   $Log$
-  Revision 1.46  2004-03-11 16:21:27  mazen
+  Revision 1.47  2004-03-12 08:18:11  mazen
+  - revert '../' from include path
+
+  Revision 1.46  2004/03/11 16:21:27  mazen
   + help lazarus analyze the file
 
   Revision 1.45  2004/03/08 16:28:39  mazen

+ 8 - 5
compiler/sparc/cgcpu.pas

@@ -261,8 +261,8 @@ implementation
           LOC_REFERENCE:
             begin
               { Code conventions need the parameters being allocated in %o6+92 }
-              if locpara.reference.offset<92 then
-                InternalError(2002081104);
+//              if locpara.reference.offset<92 then
+//                InternalError(2002081104);
               reference_reset_base(ref,locpara.reference.index,locpara.reference.offset);
               a_load_const_ref(list,size,a,ref);
             end;
@@ -284,8 +284,8 @@ implementation
             LOC_REFERENCE:
               begin
                 { Code conventions need the parameters being allocated in %o6+92 }
-                if locpara.reference.offset<92 then
-                  InternalError(2002081104);
+//                if locpara.reference.offset<92 then
+//                  InternalError(2002081104);
                 reference_reset_base(ref,locpara.reference.index,locpara.reference.offset);
                 tmpreg:=GetIntRegister(list,OS_INT);
                 a_load_ref_reg(list,sz,sz,r,tmpreg);
@@ -1107,7 +1107,10 @@ begin
 end.
 {
   $Log$
-  Revision 1.80  2004-03-02 00:36:33  olle
+  Revision 1.81  2004-03-12 08:18:11  mazen
+  - revert '../' from include path
+
+  Revision 1.80  2004/03/02 00:36:33  olle
     * big transformation of Tai_[const_]Symbol.Create[data]name*
 
   Revision 1.79  2004/02/27 13:28:28  mazen

+ 5 - 2
compiler/sparc/cpubase.pas

@@ -24,7 +24,7 @@
 }
 unit cpubase;
 
-{$INCLUDE ../fpcdefs.inc}
+{$INCLUDE fpcdefs.inc}
 
 interface
 
@@ -544,7 +544,10 @@ implementation
 end.
 {
   $Log$
-  Revision 1.64  2004-03-11 16:22:52  mazen
+  Revision 1.65  2004-03-12 08:18:11  mazen
+  - revert '../' from include path
+
+  Revision 1.64  2004/03/11 16:22:52  mazen
   + help lazarus analyze the file
 
   Revision 1.63  2004/02/27 11:43:56  mazen

+ 5 - 2
compiler/sparc/cpuinfo.pas

@@ -20,7 +20,7 @@
 
  ****************************************************************************}
 unit cpuinfo;
-{$INCLUDE ../fpcdefs.inc}
+{$INCLUDE fpcdefs.inc}
 
 interface
 uses
@@ -90,7 +90,10 @@ implementation
 end.
 {
   $Log$
-  Revision 1.14  2004-03-11 16:22:28  mazen
+  Revision 1.15  2004-03-12 08:18:11  mazen
+  - revert '../' from include path
+
+  Revision 1.14  2004/03/11 16:22:28  mazen
   + help lazarus analyze the file
 
   Revision 1.13  2004/02/27 11:44:48  mazen

+ 5 - 2
compiler/sparc/cpupi.pas

@@ -22,7 +22,7 @@
 }
 unit cpupi;
 
-{$i ../fpcdefs.inc}
+{$i fpcdefs.inc}
 
 interface
 
@@ -87,7 +87,10 @@ begin
 end.
 {
   $Log$
-  Revision 1.25  2004-03-11 16:22:09  mazen
+  Revision 1.26  2004-03-12 08:18:11  mazen
+  - revert '../' from include path
+
+  Revision 1.25  2004/03/11 16:22:09  mazen
   + help lazarus analyze the file
 
   Revision 1.24  2004/02/25 14:25:47  mazen