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:
71144d8
)
Use correct PC symbol
author
Anton Korobeynikov
<asl@math.spbu.ru>
Tue, 1 May 2007 10:19:31 +0000
(10:19 +0000)
committer
Anton Korobeynikov
<asl@math.spbu.ru>
Tue, 1 May 2007 10:19:31 +0000
(10:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36628
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/X86TargetAsmInfo.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86TargetAsmInfo.cpp
b/lib/Target/X86/X86TargetAsmInfo.cpp
index abe6683193378479985d0128e06447bb1563753b..6a27072e98726b495e6c9297bf8abcd71536a80a 100644
(file)
--- a/
lib/Target/X86/X86TargetAsmInfo.cpp
+++ b/
lib/Target/X86/X86TargetAsmInfo.cpp
@@
-109,6
+109,8
@@
X86TargetAsmInfo::X86TargetAsmInfo(const X86TargetMachine &TM) {
PrivateGlobalPrefix = ".L";
WeakRefDirective = "\t.weak\t";
SetDirective = "\t.set\t";
+ PCSymbol = ".";
+
DwarfRequiresFrameSection = false;
DwarfAbbrevSection = "\t.section\t.debug_abbrev,\"\",@progbits";
DwarfInfoSection = "\t.section\t.debug_info,\"\",@progbits";