llvm-svn: 53314
This commit is contained in:
Anton Korobeynikov 2008-07-09 13:26:24 +00:00
parent 9da4fd0f2e
commit 4f125b7217
1 changed files with 1 additions and 1 deletions

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();