don't reset the default.
authorChris Lattner <sabre@nondot.org>
Sun, 4 Apr 2010 21:06:50 +0000 (21:06 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 4 Apr 2010 21:06:50 +0000 (21:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100352 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCMCAsmInfo.cpp

index b37aee804ac20a000c5d3803e79b2e9182886f61..0be1fa4d94f7a9e0799b170fd7fbbe6b75b96c42 100644 (file)
@@ -49,7 +49,6 @@ PPCLinuxMCAsmInfo::PPCLinuxMCAsmInfo(bool is64Bit) {
   // Exceptions handling
   if (!is64Bit)
     ExceptionsType = ExceptionHandling::Dwarf;
-  AbsoluteEHSectionOffsets = false;
     
   ZeroDirective = "\t.space\t";
   Data64bitsDirective = is64Bit ? "\t.quad\t" : 0;