projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdcb388
)
don't override the default of this, the only difference is \t instead of ' '.
author
Chris Lattner
<sabre@nondot.org>
Sun, 2 Aug 2009 00:12:20 +0000
(
00:12
+0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/lib/Target/PowerPC/PPCTargetAsmInfo.cpp
b/lib/Target/PowerPC/PPCTargetAsmInfo.cpp
index bde8f90dbd2d71406fb98d352e113f0e847ecd94..3c8ab94da5a112e4726e1e937ef724c6168ec3ae 100644
(file)
--- 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";