mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-17 05:00:37 +01:00
m68k/palmos: support the prc-tools specific @END hack for globals when writing data symbols
git-svn-id: trunk@37897 -
This commit is contained in:
parent
9f974369a1
commit
57b2064cdd
@ -118,6 +118,8 @@ interface
|
|||||||
s:=s+symbol.name;
|
s:=s+symbol.name;
|
||||||
if (offset <> 0) then
|
if (offset <> 0) then
|
||||||
s:=s+tostr_with_plus(offset);
|
s:=s+tostr_with_plus(offset);
|
||||||
|
if (target_info.system = system_m68k_palmos) and (symbol.typ = AT_DATA) then
|
||||||
|
s:=s+'@END';
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
if (offset <> 0) or ((index=NR_NO) and (base=NR_NO)) then
|
if (offset <> 0) or ((index=NR_NO) and (base=NR_NO)) then
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user