mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-21 05:09:31 +02:00
* Fixed some things that were broken for OS/2.
This commit is contained in:
parent
ed9dd89d31
commit
c0b5f448b6
@ -99,9 +99,9 @@ unit systems;
|
|||||||
short_name : 'OS2';
|
short_name : 'OS2';
|
||||||
unit_env : 'OS2UNITS';
|
unit_env : 'OS2UNITS';
|
||||||
system_unit : 'SYSOS2';
|
system_unit : 'SYSOS2';
|
||||||
exeext : '.exe';
|
exeext : '';
|
||||||
objext : '.oo2';
|
objext : '.oo2';
|
||||||
dllext : '.dll';
|
dllext : '.ao2';
|
||||||
unitext : '.ppo';
|
unitext : '.ppo';
|
||||||
libext : '.ppl';
|
libext : '.ppl';
|
||||||
asmext : '.so2';
|
asmext : '.so2';
|
||||||
@ -109,8 +109,8 @@ unit systems;
|
|||||||
pasext : '.pp';
|
pasext : '.pp';
|
||||||
newline : #13#10;
|
newline : #13#10;
|
||||||
labelprefix : 'L';
|
labelprefix : 'L';
|
||||||
Cprefix : '_'; {???}
|
Cprefix : '_';
|
||||||
use_function_relative_addresses : true;
|
use_function_relative_addresses : false;
|
||||||
endian : endian_little
|
endian : endian_little
|
||||||
),
|
),
|
||||||
(
|
(
|
||||||
@ -357,7 +357,10 @@ begin
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.2 1998-03-30 15:53:01 florian
|
Revision 1.3 1998-04-16 10:50:45 daniel
|
||||||
|
* Fixed some things that were broken for OS/2.
|
||||||
|
|
||||||
|
Revision 1.2 1998/03/30 15:53:01 florian
|
||||||
* last changes before release:
|
* last changes before release:
|
||||||
- gdb fixed
|
- gdb fixed
|
||||||
- ratti386 warning removed (about unset function result)
|
- ratti386 warning removed (about unset function result)
|
||||||
|
Loading…
Reference in New Issue
Block a user