projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b300a4f
)
don't set the small flag yet.
author
Chris Lattner
<sabre@nondot.org>
Wed, 22 Jul 2009 00:30:39 +0000
(
00:30
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Wed, 22 Jul 2009 00:30:39 +0000
(
00:30
+0000)
llvm-svn: 76706
llvm/lib/Target/ELFTargetAsmInfo.cpp
patch
|
blob
|
history
diff --git
a/llvm/lib/Target/ELFTargetAsmInfo.cpp
b/llvm/lib/Target/ELFTargetAsmInfo.cpp
index fe006a3c6072df6178e83be8ab5797ed874805b4..e33ae423ac111080312858f29de40a92460663b1 100644
(file)
--- a/
llvm/lib/Target/ELFTargetAsmInfo.cpp
+++ b/
llvm/lib/Target/ELFTargetAsmInfo.cpp
@@
-157,8
+157,7
@@
ELFTargetAsmInfo::getSectionForMergableConstant(uint64_t Size,
if (SecName)
return getNamedSection(SecName,
- SectionFlags::setEntitySize(SectionFlags::Mergeable|
- SectionFlags::Small,
+ SectionFlags::setEntitySize(SectionFlags::Mergeable,
Size));
return getReadOnlySection(); // .rodata