summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/PPC
diff options
context:
space:
mode:
authorEdward Z. Yang <ezyang@cs.stanford.edu>2014-10-20 16:03:50 -0700
committerEdward Z. Yang <ezyang@cs.stanford.edu>2014-10-20 16:28:42 -0700
commitd5d6fb340410727345a7b5a47bcf83e7847ea4a3 (patch)
tree88b880020f9a51b694d9bf23e546db3a7b8377e6 /compiler/nativeGen/PPC
parenta3860fc4e253ecb4854e86aed78c56e72f318840 (diff)
downloadhaskell-d5d6fb340410727345a7b5a47bcf83e7847ea4a3.tar.gz
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
Diffstat (limited to 'compiler/nativeGen/PPC')
-rw-r--r--compiler/nativeGen/PPC/Ppr.hs1
1 files changed, 0 insertions, 1 deletions
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"