llvm-svn: 53322
This commit is contained in:
Anton Korobeynikov 2008-07-09 13:29:27 +00:00
parent d62b4f5b37
commit d5cf47d853
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ X86ELFTargetAsmInfo::X86ELFTargetAsmInfo(const X86TargetMachine &TM):
DataSection_ = getUnnamedSection("\t.data", SectionFlags::Writeable);
BSSSection_ = getUnnamedSection("\t.bss",
SectionFlags::Writeable | SectionFlags::BSS);
ReadOnlySection_ = getUnnamedSection("\t.rodata", SectionFlags::None);
ReadOnlySection_ = getNamedSection("\t.rodata", SectionFlags::None);
TLSDataSection_ = getNamedSection("\t.tdata",
SectionFlags::Writeable | SectionFlags::TLS);
TLSBSSSection_ = getNamedSection("\t.tbss",