From d5d6fb340410727345a7b5a47bcf83e7847ea4a3 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Mon, 20 Oct 2014 16:03:50 -0700 Subject: Revert "Place static closures in their own section." This reverts commit b23ba2a7d612c6b466521399b33fe9aacf5c4f75. Conflicts: compiler/cmm/PprCmmDecl.hs compiler/nativeGen/PPC/Ppr.hs compiler/nativeGen/SPARC/Ppr.hs compiler/nativeGen/X86/Ppr.hs --- compiler/nativeGen/PPC/Ppr.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'compiler/nativeGen/PPC') diff --git a/compiler/nativeGen/PPC/Ppr.hs b/compiler/nativeGen/PPC/Ppr.hs index 36db75a646..e62a1c4557 100644 --- a/compiler/nativeGen/PPC/Ppr.hs +++ b/compiler/nativeGen/PPC/Ppr.hs @@ -291,7 +291,6 @@ pprSectionHeader seg = ReadOnlyData16 | osDarwin -> text ".const\n\t.align 4" | otherwise -> text ".section .rodata\n\t.align 4" - StaticClosures -> text ".section staticclosures,\"aw\"\n\t.align 2" OtherSection _ -> panic "PprMach.pprSectionHeader: unknown section" -- cgit v1.2.1