diff --git a/compiler/GHC/CmmToAsm/Ppr.hs b/compiler/GHC/CmmToAsm/Ppr.hs index 52c2f8307fb2128ed4d1200fa5218f33e551a9c7..45b0545059e97be1b148c7e0b3e4bc6c4234f30f 100644 --- a/compiler/GHC/CmmToAsm/Ppr.hs +++ b/compiler/GHC/CmmToAsm/Ppr.hs @@ -248,6 +248,7 @@ pprGNUSectionHeader config t suffix = Text | OSMinGW32 <- platformOS platform -> text ",\"xr\"" + | otherwise -> text ",\"ax\"," <> sectionType platform "progbits" CString | OSMinGW32 <- platformOS platform -> empty