From 11246aa5b4c2b72f50041d019165f6e3e48976ee Mon Sep 17 00:00:00 2001 From: Karoly Balogh Date: Tue, 7 May 2024 03:23:34 +0200 Subject: [PATCH] m68k-palmos: do not try to write section attributes, they're not really useful, and lead to assembler warnings --- compiler/aggas.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/aggas.pas b/compiler/aggas.pas index e0ef2e546b..4f38f22e29 100644 --- a/compiler/aggas.pas +++ b/compiler/aggas.pas @@ -513,6 +513,7 @@ implementation 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_sinclairql, { same story, only ancient GNU tools available (KB) } + system_m68k_palmos, { see above... (KB) } system_m68k_human68k: { see above... (KB) } begin { ... but vasm is GAS compatible on amiga/atari, and supports named sections }