commit | 8cf9af6706c22a797fe67226a87d8ed036ea6c32 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Wed Jul 22 00:30:39 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Wed Jul 22 00:30:39 2009 +0000 |
tree | 9f12d92ae0b7976b5c1e6686ce4144c1924c5fdd | |
parent | 680c6f69828e44b73f2dbea9922c35c8cd481f52 [diff] [blame] |
don't set the small flag yet. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76706 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/ELFTargetAsmInfo.cpp b/lib/Target/ELFTargetAsmInfo.cpp index fe006a3..e33ae42 100644 --- a/lib/Target/ELFTargetAsmInfo.cpp +++ b/lib/Target/ELFTargetAsmInfo.cpp
@@ -157,8 +157,7 @@ if (SecName) return getNamedSection(SecName, - SectionFlags::setEntitySize(SectionFlags::Mergeable| - SectionFlags::Small, + SectionFlags::setEntitySize(SectionFlags::Mergeable, Size)); return getReadOnlySection(); // .rodata