Basic support for small sections

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53907 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bruno Cardoso Lopes
2008-07-22 15:26:53 +00:00
parent b6f08eb1e6
commit 62d590cc8e
2 changed files with 30 additions and 0 deletions

View File

@@ -34,6 +34,9 @@ TargetAsmInfo::TargetAsmInfo() :
BSSSection_(0),
ReadOnlySection(0),
ReadOnlySection_(0),
SmallDataSection(0),
SmallBSSSection(0),
SmallRODataSection(0),
TLSDataSection("\t.section .tdata,\"awT\",@progbits"),
TLSDataSection_(0),
TLSBSSSection("\t.section .tbss,\"awT\",@nobits"),