diff options
author | Bill Wendling <isanbard@gmail.com> | 2009-11-19 19:21:09 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2009-11-19 19:21:09 +0000 |
commit | fb7634f1c7a804829fc55e3711ba62c8ade818d0 (patch) | |
tree | 0e2b0080bc2dacc7f8137d4eee3077e58fa2ef63 /lib/Target/TargetLoweringObjectFile.cpp | |
parent | 5c376ff9f08513686293b26c86b2c116b976d6b9 (diff) | |
download | external_llvm-fb7634f1c7a804829fc55e3711ba62c8ade818d0.zip external_llvm-fb7634f1c7a804829fc55e3711ba62c8ade818d0.tar.gz external_llvm-fb7634f1c7a804829fc55e3711ba62c8ade818d0.tar.bz2 |
Reverting the EH table patches.
$ svn merge -c -89279 https://llvm.org/svn/llvm-project/llvm/trunk
--- Reverse-merging r89279 into '.':
U lib/CodeGen/AsmPrinter/DwarfException.cpp
U lib/Target/TargetLoweringObjectFile.cpp
$ svn merge -c -89270 https://llvm.org/svn/llvm-project/llvm/trunk
--- Reverse-merging r89270 into '.':
G lib/CodeGen/AsmPrinter/DwarfException.cpp
G lib/Target/TargetLoweringObjectFile.cpp
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89379 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/TargetLoweringObjectFile.cpp')
-rw-r--r-- | lib/Target/TargetLoweringObjectFile.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/TargetLoweringObjectFile.cpp b/lib/Target/TargetLoweringObjectFile.cpp index 6fdbc92..f887523 100644 --- a/lib/Target/TargetLoweringObjectFile.cpp +++ b/lib/Target/TargetLoweringObjectFile.cpp @@ -783,8 +783,8 @@ void TargetLoweringObjectFileMachO::Initialize(MCContext &Ctx, } // Exception Handling. - LSDASection = getMachOSection("__TEXT", "__gcc_except_tab", 0, - SectionKind::getReadOnlyWithRel()); + LSDASection = getMachOSection("__DATA", "__gcc_except_tab", 0, + SectionKind::getDataRel()); EHFrameSection = getMachOSection("__TEXT", "__eh_frame", MCSectionMachO::S_COALESCED | |