2
0
Эх сурвалжийг харах

atari: the Atari GNU AS won't tolerate .section .fpc, much like the amiga one

git-svn-id: trunk@34604 -
Károly Balogh 8 жил өмнө
parent
commit
ff09cb569d
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      compiler/aggas.pas

+ 2 - 2
compiler/aggas.pas

@@ -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