From 7966b29b2f3a2e98dec9a097a3da18be690584b2 Mon Sep 17 00:00:00 2001 From: pierre Date: Fri, 30 Oct 2020 15:33:27 +0000 Subject: [PATCH] i386-go32v2 also does not support progbits, as other COFF targets git-svn-id: trunk@47255 - --- compiler/aggas.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/aggas.pas b/compiler/aggas.pas index 089b5a3e23..efd565fdc3 100644 --- a/compiler/aggas.pas +++ b/compiler/aggas.pas @@ -524,6 +524,7 @@ implementation include(secflags,SF_W); end; end; + system_i386_go32v2, system_i386_win32, system_x86_64_win64, system_i386_wince,