[llvm-commits] [llvm] r77838 - /llvm/trunk/lib/Target/PowerPC/PPCTargetAsmInfo.cpp

Chris Lattner sabre at nondot.org
Sat Aug 1 17:12:21 PDT 2009


Author: lattner
Date: Sat Aug  1 19:12:20 2009
New Revision: 77838

URL: http://llvm.org/viewvc/llvm-project?rev=77838&view=rev
Log:
don't override the default of this, the only difference is \t instead of ' '.

Modified:
    llvm/trunk/lib/Target/PowerPC/PPCTargetAsmInfo.cpp

Modified: llvm/trunk/lib/Target/PowerPC/PPCTargetAsmInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/PowerPC/PPCTargetAsmInfo.cpp?rev=77838&r1=77837&r2=77838&view=diff

==============================================================================
--- llvm/trunk/lib/Target/PowerPC/PPCTargetAsmInfo.cpp (original)
+++ llvm/trunk/lib/Target/PowerPC/PPCTargetAsmInfo.cpp Sat Aug  1 19:12:20 2009
@@ -45,8 +45,6 @@
   CommentString = "#";
   GlobalPrefix = "";
   PrivateGlobalPrefix = ".L";
-  StaticCtorsSection = ".section\t.ctors,\"aw\", at progbits";
-  StaticDtorsSection = ".section\t.dtors,\"aw\", at progbits";
   UsedDirective = "\t# .no_dead_strip\t";
   WeakRefDirective = "\t.weak\t";
 





More information about the llvm-commits mailing list