mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 10:59:24 +02:00
* fixed arm-linux
git-svn-id: trunk@6654 -
This commit is contained in:
parent
da23643459
commit
e3204bb902
@ -609,7 +609,8 @@ implementation
|
||||
asmwrite(#9'.lcomm'#9);
|
||||
asmwrite(tai_datablock(hp).sym.name);
|
||||
asmwrite(','+tostr(tai_datablock(hp).size));
|
||||
asmwrite(','+tostr(last_align));
|
||||
if not(target_info.system in [system_arm_linux]) then
|
||||
asmwrite(','+tostr(last_align));
|
||||
asmwriteln('');
|
||||
end
|
||||
end
|
||||
@ -632,7 +633,8 @@ implementation
|
||||
asmwrite(#9'.lcomm'#9);
|
||||
asmwrite(tai_datablock(hp).sym.name);
|
||||
asmwrite(','+tostr(tai_datablock(hp).size));
|
||||
asmwrite(','+tostr(last_align));
|
||||
if not(target_info.system in [system_arm_linux]) then
|
||||
asmwrite(','+tostr(last_align));
|
||||
asmwriteln('');
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user