mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 22:47:54 +02:00
* Use '.tls' as name for sec_threadvar sections for all Windows and WinCE targets, not just i386-win32.
git-svn-id: trunk@19157 -
This commit is contained in:
parent
313daaa44a
commit
b0c2548019
@ -390,7 +390,7 @@ implementation
|
||||
end;
|
||||
|
||||
if (atype=sec_threadvar) and
|
||||
(target_info.system=system_i386_win32) then
|
||||
(target_info.system in (systems_windows+systems_wince)) then
|
||||
secname:='.tls';
|
||||
|
||||
{ go32v2 stub only loads .text and .data sections, and allocates space for .bss.
|
||||
|
Loading…
Reference in New Issue
Block a user