mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-04 13:50:36 +02:00
+ compiler now define abi macros for powerpc FPC_ABI_AIX or FPC_ABI_SYSV
This commit is contained in:
parent
a13ce1dfb4
commit
82e40f6506
@ -1823,6 +1823,14 @@ begin
|
|||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
{ abi define }
|
||||||
|
case target_info.abi of
|
||||||
|
abi_powerpc_sysv :
|
||||||
|
def_symbol('FPC_ABI_SYSV');
|
||||||
|
abi_powerpc_aix :
|
||||||
|
def_symbol('FPC_ABI_AIX');
|
||||||
|
end;
|
||||||
|
|
||||||
{$ifdef m68k}
|
{$ifdef m68k}
|
||||||
if initoptprocessor=MC68020 then
|
if initoptprocessor=MC68020 then
|
||||||
def_symbol('CPUM68020');
|
def_symbol('CPUM68020');
|
||||||
@ -1956,7 +1964,10 @@ finalization
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.103 2003-09-05 17:41:12 florian
|
Revision 1.104 2003-09-06 10:41:54 olle
|
||||||
|
+ compiler now define abi macros for powerpc FPC_ABI_AIX or FPC_ABI_SYSV
|
||||||
|
|
||||||
|
Revision 1.103 2003/09/05 17:41:12 florian
|
||||||
* merged Wiktor's Watcom patches in 1.1
|
* merged Wiktor's Watcom patches in 1.1
|
||||||
|
|
||||||
Revision 1.102 2003/09/03 21:06:05 peter
|
Revision 1.102 2003/09/03 21:06:05 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user