mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 18:39:19 +02:00
* fixed r2970 (% instead of #)
git-svn-id: trunk@2977 -
This commit is contained in:
parent
6ad5dff9e8
commit
d56857e998
@ -589,7 +589,7 @@ implementation
|
|||||||
if (target_info.system <> system_arm_linux) then
|
if (target_info.system <> system_arm_linux) then
|
||||||
sepChar := '@'
|
sepChar := '@'
|
||||||
else
|
else
|
||||||
sepChar := '#';
|
sepChar := '%';
|
||||||
if (tf_needs_symbol_type in target_info.flags) then
|
if (tf_needs_symbol_type in target_info.flags) then
|
||||||
asmwriteln(#9'.type '+Tai_datablock(hp).sym.name+','+sepChar+'object');
|
asmwriteln(#9'.type '+Tai_datablock(hp).sym.name+','+sepChar+'object');
|
||||||
if (tf_needs_symbol_size in target_info.flags) and (tai_datablock(hp).size > 0) then
|
if (tf_needs_symbol_size in target_info.flags) and (tai_datablock(hp).size > 0) then
|
||||||
|
Loading…
Reference in New Issue
Block a user