Basic support for small sections
[oota-llvm.git] / lib / Target / TargetAsmInfo.cpp
index 2be9440f3b47597484a6955d16325a8a858b921c..9125546ff4033a69118b5e2146b7ab403d67ce32 100644 (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"),