mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-12 10:49:07 +02:00
* at least clang can savely generate relocatable readonly sections, so use "r" for aarch64-win64
git-svn-id: trunk@44931 -
This commit is contained in:
parent
329710f573
commit
f150fc6b7c
@ -432,7 +432,10 @@ implementation
|
||||
|
||||
{ TODO: these need a fix to become read-only }
|
||||
sec_rodata, sec_rodata_norel:
|
||||
result:='d';
|
||||
if target_info.system=system_aarch64_win64 then
|
||||
result:='r'
|
||||
else
|
||||
result:='d';
|
||||
|
||||
sec_bss:
|
||||
result:='b';
|
||||
|
Loading…
Reference in New Issue
Block a user