summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-02 00:12:20 +0000
committerChris Lattner <sabre@nondot.org>2009-08-02 00:12:20 +0000
commit98369765671a61d7c33d53b596dfdaad9122d219 (patch)
treef7375ddd10b90aa3e01a8b4910b3b9b6fe05f557 /llvm/lib
parentb2aebed2dcd72f416272a36f87b08dd5e93fa0d5 (diff)
downloadbcm5719-llvm-98369765671a61d7c33d53b596dfdaad9122d219.tar.gz
bcm5719-llvm-98369765671a61d7c33d53b596dfdaad9122d219.zip
don't override the default of this, the only difference is \t instead of ' '.
llvm-svn: 77838
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/PowerPC/PPCTargetAsmInfo.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCTargetAsmInfo.cpp b/llvm/lib/Target/PowerPC/PPCTargetAsmInfo.cpp
index bde8f90dbd2..3c8ab94da5a 100644
--- a/llvm/lib/Target/PowerPC/PPCTargetAsmInfo.cpp
+++ b/llvm/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";
OpenPOWER on IntegriCloud