mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-08 04:07:52 +01:00
* enable regvars by default for PPC
This commit is contained in:
parent
43fa5b9f9c
commit
b9f479001c
@ -81,6 +81,7 @@
|
|||||||
{$ifdef powerpc}
|
{$ifdef powerpc}
|
||||||
{$define noopt}
|
{$define noopt}
|
||||||
{$define oldset}
|
{$define oldset}
|
||||||
|
{$define oldregvars}
|
||||||
{$endif powerpc}
|
{$endif powerpc}
|
||||||
|
|
||||||
{$ifdef arm}
|
{$ifdef arm}
|
||||||
@ -98,7 +99,10 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.35 2004-03-16 22:12:10 florian
|
Revision 1.36 2004-05-30 21:20:40 jonas
|
||||||
|
* enable regvars by default for PPC
|
||||||
|
|
||||||
|
Revision 1.35 2004/03/16 22:12:10 florian
|
||||||
* some alignment issues resolved
|
* some alignment issues resolved
|
||||||
* compiler doesn't generate anymore instructions not supported by the linux fpe
|
* compiler doesn't generate anymore instructions not supported by the linux fpe
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user