From: Anton Korobeynikov Date: Tue, 1 May 2007 10:19:31 +0000 (+0000) Subject: Use correct PC symbol X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=edb4a6bd760c98cbdc9d7055e055258561e2a361;p=oota-llvm.git Use correct PC symbol git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36628 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/X86TargetAsmInfo.cpp b/lib/Target/X86/X86TargetAsmInfo.cpp index abe66831933..6a27072e987 100644 --- 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";