git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53314 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Anton Korobeynikov 2008-07-09 13:26:24 +00:00
parent 87fc6b4f86
commit 1290ecf5b9

View File

@ -489,7 +489,7 @@ X86ELFTargetAsmInfo::MergeableStringSection(const GlobalVariable *GV) const {
if (Align < Size)
Align = Size;
return getCStringSection() + utostr(Size) + ',' + utostr(Align);
return getCStringSection() + utostr(Size) + '.' + utostr(Align);
}
return getReadOnlySection();