|
@@ -343,8 +343,8 @@ implementation
|
|
|
else
|
|
|
secname:=secnames[atype];
|
|
|
{$ifdef m68k}
|
|
|
- { old Amiga GNU AS doesn't support .section .fpc }
|
|
|
- if (atype=sec_fpc) and (target_info.system = system_m68k_amiga) then
|
|
|
+ { Amiga/Atari GNU AS doesn't support .section .fpc }
|
|
|
+ if (atype=sec_fpc) and (target_info.system in [system_m68k_amiga, system_m68k_atari]) then
|
|
|
secname:=secnames[sec_data];
|
|
|
{$endif}
|
|
|
if (atype=sec_fpc) and (Copy(aname,1,3)='res') then
|