Explorar el Código

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

git-svn-id: trunk@34604 -
Károly Balogh hace 9 años
padre
commit
ff09cb569d
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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