From: Chris Lattner Date: Sun, 2 Aug 2009 00:12:20 +0000 (+0000) Subject: don't override the default of this, the only difference is \t instead of ' '. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=73e789fd377a0ea5348b76e159aece89fe6ec383;p=oota-llvm.git don't override the default of this, the only difference is \t instead of ' '. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77838 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/PowerPC/PPCTargetAsmInfo.cpp b/lib/Target/PowerPC/PPCTargetAsmInfo.cpp index bde8f90dbd2..3c8ab94da5a 100644 --- a/lib/Target/PowerPC/PPCTargetAsmInfo.cpp +++ b/lib/Target/PowerPC/PPCTargetAsmInfo.cpp @@ -45,8 +45,6 @@ PPCLinuxTargetAsmInfo::PPCLinuxTargetAsmInfo(const PPCTargetMachine &TM) : CommentString = "#"; GlobalPrefix = ""; PrivateGlobalPrefix = ".L"; - StaticCtorsSection = ".section\t.ctors,\"aw\",@progbits"; - StaticDtorsSection = ".section\t.dtors,\"aw\",@progbits"; UsedDirective = "\t# .no_dead_strip\t"; WeakRefDirective = "\t.weak\t";