summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/COFFTargetAsmInfo.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-02 00:34:36 +0000
committerChris Lattner <sabre@nondot.org>2009-08-02 00:34:36 +0000
commit4e7dfafc03188ad9e14e9c3c2b8039224792c5b7 (patch)
treece59a660f6a02724d12ef8bd0397ada94a5325c5 /llvm/lib/Target/COFFTargetAsmInfo.cpp
parentc4d6f83f20b6ab19a13f5e4181ed95256fa106e6 (diff)
downloadbcm5719-llvm-4e7dfafc03188ad9e14e9c3c2b8039224792c5b7.tar.gz
bcm5719-llvm-4e7dfafc03188ad9e14e9c3c2b8039224792c5b7.zip
convert ctors/dtors section to be in TLOF instead of
TAI. llvm-svn: 77842
Diffstat (limited to 'llvm/lib/Target/COFFTargetAsmInfo.cpp')
-rw-r--r--llvm/lib/Target/COFFTargetAsmInfo.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/COFFTargetAsmInfo.cpp b/llvm/lib/Target/COFFTargetAsmInfo.cpp
index f1f742e787b..970096b473c 100644
--- a/llvm/lib/Target/COFFTargetAsmInfo.cpp
+++ b/llvm/lib/Target/COFFTargetAsmInfo.cpp
@@ -24,8 +24,6 @@ COFFTargetAsmInfo::COFFTargetAsmInfo(const TargetMachine &TM)
COMMDirectiveTakesAlignment = false;
HasDotTypeDotSizeDirective = false;
HasSingleParameterDotFile = false;
- StaticCtorsSection = "\t.section .ctors,\"aw\"";
- StaticDtorsSection = "\t.section .dtors,\"aw\"";
HiddenDirective = NULL;
PrivateGlobalPrefix = "L"; // Prefix for private global symbols
WeakRefDirective = "\t.weak\t";
OpenPOWER on IntegriCloud