Browse Source

- remove use_bound_instruction field

carl 23 năm trước cách đây
mục cha
commit
03d841893e

+ 4 - 2
compiler/targets/t_amiga.pas

@@ -83,7 +83,6 @@ implementation
             heapsize     : 128*1024;
             stacksize    : 8192;
             DllScanSupported:false;
-            use_bound_instruction : false;
             use_function_relative_addresses : false
           );
 
@@ -93,7 +92,10 @@ initialization
 end.
 {
   $Log$
-  Revision 1.7  2002-04-20 21:43:18  carl
+  Revision 1.8  2002-04-22 18:19:22  carl
+  - remove use_bound_instruction field
+
+  Revision 1.7  2002/04/20 21:43:18  carl
   * fix stack size for some targets
   + add offset to parameters from frame pointer info.
   - remove some unused stuff

+ 5 - 3
compiler/targets/t_atari.pas

@@ -83,8 +83,7 @@ implementation
             heapsize     : 16*1024;
             stacksize    : 8192;
             DllScanSupported:false;
-            use_bound_instruction : false;
-            use_function_relative_addresses : false
+           use_function_relative_addresses : false
           );
 
 
@@ -93,7 +92,10 @@ initialization
 end.
 {
   $Log$
-  Revision 1.7  2002-04-20 21:43:18  carl
+  Revision 1.8  2002-04-22 18:19:22  carl
+  - remove use_bound_instruction field
+
+  Revision 1.7  2002/04/20 21:43:18  carl
   * fix stack size for some targets
   + add offset to parameters from frame pointer info.
   - remove some unused stuff

+ 4 - 2
compiler/targets/t_beos.pas

@@ -518,7 +518,6 @@ end;
             heapsize     : 256*1024;
             stacksize    : 8192;
             DllScanSupported:false;
-            use_bound_instruction : false;
             use_function_relative_addresses : true
           );
 {$endif i386}
@@ -533,7 +532,10 @@ initialization
 end.
 {
   $Log$
-  Revision 1.14  2002-04-20 21:43:18  carl
+  Revision 1.15  2002-04-22 18:19:22  carl
+  - remove use_bound_instruction field
+
+  Revision 1.14  2002/04/20 21:43:18  carl
   * fix stack size for some targets
   + add offset to parameters from frame pointer info.
   - remove some unused stuff

+ 4 - 4
compiler/targets/t_fbsd.pas

@@ -553,7 +553,6 @@ end;
             heapsize    : 256*1024;
             stacksize   : 262144;
             DllScanSupported:false;
-            use_bound_instruction : false;
             use_function_relative_addresses : true
           );
 
@@ -618,7 +617,6 @@ end;
             heapsize    : 256*1024;
             stacksize   : 262144;
             DllScanSupported:false;
-            use_bound_instruction : false;
             use_function_relative_addresses : true
           );
 {$endif i386}
@@ -686,7 +684,6 @@ end;
             heapsize    : 256*1024;
             stacksize   : 262144;
             DllScanSupported:false;
-            use_bound_instruction : false;
             use_function_relative_addresses : true
           );
 {$endif m68k}
@@ -710,7 +707,10 @@ initialization
 end.
 {
   $Log$
-  Revision 1.17  2002-04-20 21:43:18  carl
+  Revision 1.18  2002-04-22 18:19:22  carl
+  - remove use_bound_instruction field
+
+  Revision 1.17  2002/04/20 21:43:18  carl
   * fix stack size for some targets
   + add offset to parameters from frame pointer info.
   - remove some unused stuff

+ 4 - 2
compiler/targets/t_go32v2.pas

@@ -417,7 +417,6 @@ end;
             heapsize     : 2048*1024;
             stacksize    : 262144;
             DllScanSupported : false;
-            use_bound_instruction : false;
             use_function_relative_addresses : true
           );
 
@@ -428,7 +427,10 @@ initialization
 end.
 {
   $Log$
-  Revision 1.18  2002-04-20 21:43:18  carl
+  Revision 1.19  2002-04-22 18:19:22  carl
+  - remove use_bound_instruction field
+
+  Revision 1.18  2002/04/20 21:43:18  carl
   * fix stack size for some targets
   + add offset to parameters from frame pointer info.
   - remove some unused stuff

+ 4 - 5
compiler/targets/t_linux.pas

@@ -541,7 +541,6 @@ end;
             heapsize     : 256*1024;
             stacksize    : 262144;
             DllScanSupported:false;
-            use_bound_instruction : false;
             use_function_relative_addresses : true
           );
 {$endif i386}
@@ -594,7 +593,6 @@ end;
             heapsize     : 128*1024;
             stacksize    : 32*1024*1024;
             DllScanSupported:false;
-            use_bound_instruction : false;
             use_function_relative_addresses : true
           );
 {$endif m68k}
@@ -645,7 +643,6 @@ end;
             heapsize     : 256*1024;
             stacksize    : 32*1024*1024;
             DllScanSupported:false;
-            use_bound_instruction : false;
             use_function_relative_addresses : true
           );
 {$endif powerpc}
@@ -699,7 +696,6 @@ end;
             heapsize     : 256*1024;
             stacksize    : 32*1024*1024;
             DllScanSupported:false;
-            use_bound_instruction : false;
             use_function_relative_addresses : true
           );
 {$endif alpha}
@@ -733,7 +729,10 @@ initialization
 end.
 {
   $Log$
-  Revision 1.20  2002-04-20 21:43:18  carl
+  Revision 1.21  2002-04-22 18:19:22  carl
+  - remove use_bound_instruction field
+
+  Revision 1.20  2002/04/20 21:43:18  carl
   * fix stack size for some targets
   + add offset to parameters from frame pointer info.
   - remove some unused stuff

+ 4 - 3
compiler/targets/t_macos.pas

@@ -85,7 +85,6 @@ implementation
             heapsize     : 128*1024;
             stacksize    : 8192;
             DllScanSupported:false;
-            use_bound_instruction : false;
             use_function_relative_addresses : false
           );
 {$endif m68k}
@@ -134,7 +133,6 @@ implementation
             heapsize     : 256*1024;
             stacksize    : 8192;
             DllScanSupported:false;
-            use_bound_instruction : false;
             use_function_relative_addresses : true
           );
 {$endif powerpc}
@@ -150,7 +148,10 @@ initialization
 end.
 {
   $Log$
-  Revision 1.7  2002-04-20 21:43:18  carl
+  Revision 1.8  2002-04-22 18:19:22  carl
+  - remove use_bound_instruction field
+
+  Revision 1.7  2002/04/20 21:43:18  carl
   * fix stack size for some targets
   + add offset to parameters from frame pointer info.
   - remove some unused stuff

+ 4 - 2
compiler/targets/t_nwm.pas

@@ -537,7 +537,6 @@ end;
             heapsize     : 256*1024;
             stacksize    : 8192;
             DllScanSupported:false;
-            use_bound_instruction : false;
             use_function_relative_addresses : true
           );
 
@@ -550,7 +549,10 @@ initialization
 end.
 {
   $Log$
-  Revision 1.20  2002-04-20 21:43:18  carl
+  Revision 1.21  2002-04-22 18:19:22  carl
+  - remove use_bound_instruction field
+
+  Revision 1.20  2002/04/20 21:43:18  carl
   * fix stack size for some targets
   + add offset to parameters from frame pointer info.
   - remove some unused stuff

+ 4 - 2
compiler/targets/t_os2.pas

@@ -579,7 +579,6 @@ end;
             heapsize     : 256*1024;
             stacksize    : 256*1024;
             DllScanSupported:true;
-            use_bound_instruction : false;
             use_function_relative_addresses : false
           );
 
@@ -592,7 +591,10 @@ initialization
 end.
 {
   $Log$
-  Revision 1.17  2002-04-20 21:43:18  carl
+  Revision 1.18  2002-04-22 18:19:22  carl
+  - remove use_bound_instruction field
+
+  Revision 1.17  2002/04/20 21:43:18  carl
   * fix stack size for some targets
   + add offset to parameters from frame pointer info.
   - remove some unused stuff

+ 4 - 2
compiler/targets/t_palmos.pas

@@ -250,7 +250,6 @@ end;
             heapsize     : 128*1024;
             stacksize    : 8192;
             DllScanSupported:false;
-            use_bound_instruction : false;
             use_function_relative_addresses : false
           );
 {$endif m68k}
@@ -262,7 +261,10 @@ initialization
 end.
 {
   $Log$
-  Revision 1.8  2002-04-20 21:43:18  carl
+  Revision 1.9  2002-04-22 18:19:22  carl
+  - remove use_bound_instruction field
+
+  Revision 1.8  2002/04/20 21:43:18  carl
   * fix stack size for some targets
   + add offset to parameters from frame pointer info.
   - remove some unused stuff

+ 4 - 2
compiler/targets/t_sunos.pas

@@ -540,7 +540,6 @@ end;
             heapsize     : 256*1024;
             stacksize    : 262144;
             DllScanSupported:false;
-            use_bound_instruction : false;
             use_function_relative_addresses : true
           );
 
@@ -553,7 +552,10 @@ initialization
 end.
 {
   $Log$
-  Revision 1.19  2002-04-20 21:43:18  carl
+  Revision 1.20  2002-04-22 18:19:22  carl
+  - remove use_bound_instruction field
+
+  Revision 1.19  2002/04/20 21:43:18  carl
   * fix stack size for some targets
   + add offset to parameters from frame pointer info.
   - remove some unused stuff

+ 4 - 2
compiler/targets/t_wdosx.pas

@@ -160,7 +160,6 @@ end;
             heapsize     : 256*1024;
             stacksize    : 32*1024*1024;
             DllScanSupported:true;
-            use_bound_instruction : false;
             use_function_relative_addresses : true
           );
 
@@ -177,7 +176,10 @@ end.
 
 {
   $Log$
-  Revision 1.3  2002-04-20 21:43:18  carl
+  Revision 1.4  2002-04-22 18:19:22  carl
+  - remove use_bound_instruction field
+
+  Revision 1.3  2002/04/20 21:43:18  carl
   * fix stack size for some targets
   + add offset to parameters from frame pointer info.
   - remove some unused stuff

+ 4 - 2
compiler/targets/t_win32.pas

@@ -1618,7 +1618,6 @@ function tDLLScannerWin32.scan(const binname:string):longbool;
             heapsize     : 256*1024;
             stacksize    : 262144;
             DllScanSupported:true;
-            use_bound_instruction : false;
             use_function_relative_addresses : true
           );
 
@@ -1634,7 +1633,10 @@ initialization
 end.
 {
   $Log$
-  Revision 1.30  2002-04-21 15:43:58  carl
+  Revision 1.31  2002-04-22 18:19:22  carl
+  - remove use_bound_instruction field
+
+  Revision 1.30  2002/04/21 15:43:58  carl
   * change stack size to 256K
 
   Revision 1.29  2002/04/20 21:43:18  carl