mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-04 03:58:24 +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
|
||||
sepChar := '@'
|
||||
else
|
||||
sepChar := '#';
|
||||
sepChar := '%';
|
||||
if (tf_needs_symbol_type in target_info.flags) then
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user