Support RelocatableReadOnlyData section type in CmmParse, and use it where needed...
[ghc-hetmet.git] / compiler / cmm / CmmParse.y
index 05ec274..20edd51 100644 (file)
@@ -424,6 +424,7 @@ section :: String -> Section
 section "text"  = Text
 section "data"          = Data
 section "rodata" = ReadOnlyData
+section "relrodata" = RelocatableReadOnlyData
 section "bss"   = UninitialisedData
 section s       = OtherSection s