diff options
author | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2008-07-22 15:26:53 +0000 |
---|---|---|
committer | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2008-07-22 15:26:53 +0000 |
commit | 62d590cc8e8ce10351fa20b8cde77f511b8bdb74 (patch) | |
tree | aadee2c49964f4fdc4c4c77ee21c3236d190adc1 /lib | |
parent | b6f08eb1e6fb0fca568751b0ba5a3599a1854886 (diff) |
Basic support for small sections
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53907 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Target/TargetAsmInfo.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Target/TargetAsmInfo.cpp b/lib/Target/TargetAsmInfo.cpp index 2be9440f3b..9125546ff4 100644 --- a/lib/Target/TargetAsmInfo.cpp +++ b/lib/Target/TargetAsmInfo.cpp @@ -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"), |