* use .rodata directive on arm

git-svn-id: trunk@3632 -
This commit is contained in:
florian 2006-05-22 19:15:11 +00:00
parent 783b91ba1e
commit 3a03aee386

View File

@ -235,8 +235,13 @@ implementation
secnames : array[TAsmSectiontype] of string[17] = ('',
'.text',
'.data',
{ why doesn't .rodata work? (FK) }
{$warning TODO .rodata not yet working}
{$ifdef arm}
'.rodata',
{$else arm}
'.data',
{$endif arm}
'.bss',
'.threadvar',
'', { stubs }