Add TAI field for exception table section.
[oota-llvm.git] / lib / Target / PowerPC / PPCTargetAsmInfo.cpp
index 38e0d212bf64e2e2ed07c8284c95b5345b74b234..bdda9909f4a9a52a932365cb4f6c34b6adcdc62d 100644 (file)
@@ -43,6 +43,7 @@ PPCTargetAsmInfo::PPCTargetAsmInfo(const PPCTargetMachine &TM) {
   DwarfMacInfoSection = ".section __DWARF,__debug_macinfo,regular,debug";
   DwarfEHFrameSection =
   ".section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support";
+  DwarfExceptionSection = ".section __DATA,__gcc_except_tab";
 }
 
 DarwinTargetAsmInfo::DarwinTargetAsmInfo(const PPCTargetMachine &TM)