Sfoglia il codice sorgente

m68k: added atari to the .section exception list in the GNU AS writer

git-svn-id: trunk@34588 -
Károly Balogh 8 anni fa
parent
commit
39f0b9c888
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      compiler/aggas.pas

+ 1 - 0
compiler/aggas.pas

@@ -448,6 +448,7 @@ implementation
         case target_info.system of
          system_i386_OS2,
          system_i386_EMX,
+         system_m68k_atari, { atari tos/mint GNU AS also doesn't seem to like .section (KB) }
          system_m68k_amiga: ; { amiga has old GNU AS (2.14), which blews up from .section (KB) }
          system_powerpc_darwin,
          system_i386_darwin,