- remove use_bound_instruction field

This commit is contained in:
carl 2002-04-22 18:19:22 +00:00
parent c8cb58038b
commit 03d841893e
13 changed files with 53 additions and 33 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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