mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 18:39:19 +02:00
Added comment for 11257
git-svn-id: trunk@11259 -
This commit is contained in:
parent
272673bfe1
commit
95ce7840bc
@ -317,6 +317,9 @@ implementation
|
|||||||
(target_info.system=system_i386_win32) then
|
(target_info.system=system_i386_win32) then
|
||||||
secname:='.tls';
|
secname:='.tls';
|
||||||
|
|
||||||
|
{ go32v2 stub only loads .text and .data sections, and allocates space for .bss.
|
||||||
|
Thus, data which normally goes into .rodata and .rodata_norel sections must
|
||||||
|
end up in .data section }
|
||||||
if (atype in [sec_rodata,sec_rodata_norel]) and
|
if (atype in [sec_rodata,sec_rodata_norel]) and
|
||||||
(target_info.system=system_i386_go32v2) then
|
(target_info.system=system_i386_go32v2) then
|
||||||
secname:='.data';
|
secname:='.data';
|
||||||
|
Loading…
Reference in New Issue
Block a user