|
@@ -513,7 +513,8 @@ implementation
|
|
system_i386_OS2,
|
|
system_i386_OS2,
|
|
system_i386_EMX: ;
|
|
system_i386_EMX: ;
|
|
system_m68k_atari, { atari tos/mint GNU AS also doesn't seem to like .section (KB) }
|
|
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_m68k_amiga, { amiga has old GNU AS (2.14), which blews up from .section (KB) }
|
|
|
|
+ system_m68k_sinclairql: { same story, only ancient GNU tools available (KB) }
|
|
begin
|
|
begin
|
|
{ ... but vasm is GAS compatible on amiga/atari, and supports named sections }
|
|
{ ... but vasm is GAS compatible on amiga/atari, and supports named sections }
|
|
if create_smartlink_sections then
|
|
if create_smartlink_sections then
|