mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 11:59:19 +02:00
* also enable .rodata for ppc64
git-svn-id: trunk@8278 -
This commit is contained in:
parent
8a0eeb5e57
commit
fc53d14e58
@ -249,7 +249,7 @@ implementation
|
|||||||
'.data',
|
'.data',
|
||||||
{ why doesn't .rodata work? (FK) }
|
{ why doesn't .rodata work? (FK) }
|
||||||
{$warning TODO .rodata not yet working}
|
{$warning TODO .rodata not yet working}
|
||||||
{$if defined(arm) or defined(powerpc)}
|
{$if defined(arm) or defined(powerpc) or defined(powerpc64)}
|
||||||
'.rodata',
|
'.rodata',
|
||||||
{$else arm}
|
{$else arm}
|
||||||
'.data',
|
'.data',
|
||||||
|
Loading…
Reference in New Issue
Block a user