mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 14:09:17 +02:00
* fixed .toc section label generation
git-svn-id: trunk@3673 -
This commit is contained in:
parent
9ff47fa9a8
commit
da95ffc4f3
@ -287,6 +287,7 @@ implementation
|
|||||||
if not(target_info.system in [system_powerpc_darwin,system_i386_darwin]) and
|
if not(target_info.system in [system_powerpc_darwin,system_i386_darwin]) and
|
||||||
use_smartlink_section and
|
use_smartlink_section and
|
||||||
(aname<>'') and
|
(aname<>'') and
|
||||||
|
(atype <> sec_toc) and
|
||||||
(atype<>sec_bss) then
|
(atype<>sec_bss) then
|
||||||
result:=secname+'.'+aname
|
result:=secname+'.'+aname
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user