don't override the default of this, the only difference is \t instead of ' '.
authorChris Lattner <sabre@nondot.org>
Sun, 2 Aug 2009 00:12:20 +0000 (00:12 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 2 Aug 2009 00:12:20 +0000 (00:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77838 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCTargetAsmInfo.cpp

index bde8f90dbd2d71406fb98d352e113f0e847ecd94..3c8ab94da5a112e4726e1e937ef724c6168ec3ae 100644 (file)
@@ -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";