aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCTargetAsmInfo.cpp
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2008-01-11 00:54:37 +0000
committerDale Johannesen <dalej@apple.com>2008-01-11 00:54:37 +0000
commit3c78832aaa55edeeae23d00955a969bbe024c9a6 (patch)
treeb1588eeb3c259f4bc53f775211f177faf5661541 /lib/Target/PowerPC/PPCTargetAsmInfo.cpp
parentea3a181a56ccc992e3ae5ec99ee1fd8fcd89f0cf (diff)
downloadexternal_llvm-3c78832aaa55edeeae23d00955a969bbe024c9a6.zip
external_llvm-3c78832aaa55edeeae23d00955a969bbe024c9a6.tar.gz
external_llvm-3c78832aaa55edeeae23d00955a969bbe024c9a6.tar.bz2
Weak things initialized to 0 don't go in bss on Darwin.
Cosmetic changes to spacing to match gcc (some dejagnu tests actually care). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45848 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCTargetAsmInfo.cpp')
-rw-r--r--lib/Target/PowerPC/PPCTargetAsmInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCTargetAsmInfo.cpp b/lib/Target/PowerPC/PPCTargetAsmInfo.cpp
index 0cb2fe4..e593482 100644
--- a/lib/Target/PowerPC/PPCTargetAsmInfo.cpp
+++ b/lib/Target/PowerPC/PPCTargetAsmInfo.cpp
@@ -53,7 +53,7 @@ DarwinTargetAsmInfo::DarwinTargetAsmInfo(const PPCTargetMachine &TM)
UsedDirective = "\t.no_dead_strip\t";
WeakDefDirective = "\t.weak_definition ";
WeakRefDirective = "\t.weak_reference ";
- HiddenDirective = "\t.private_extern\t";
+ HiddenDirective = "\t.private_extern ";
SupportsExceptionHandling = true;
NeedsIndirectEncoding = true;
NeedsSet = true;