Add TAI field for exception table section.
[oota-llvm.git] / lib / Target / TargetAsmInfo.cpp
index 7ac395002ed9916be3f7b8942525ce7bebceacb4..efc54841b43d7e8bca9f22038f7342ea68e4be31 100644 (file)
@@ -24,6 +24,7 @@ TargetAsmInfo::TargetAsmInfo() :
   AddressSize(4),
   NeedsSet(false),
   MaxInstLength(4),
+  PCSymbol("$"),
   SeparatorChar(';'),
   CommentString("#"),
   GlobalPrefix(""),
@@ -84,6 +85,8 @@ TargetAsmInfo::TargetAsmInfo() :
   DwarfARangesSection(".debug_aranges"),
   DwarfRangesSection(".debug_ranges"),
   DwarfMacInfoSection(".debug_macinfo"),
+  DwarfEHFrameSection(".eh_frame"),
+  DwarfExceptionSection(".gcc_except_table"),
   AsmTransCBE(0) {
 }