the .eh_frame sections we generate need to be writable (which
authorChris Lattner <sabre@nondot.org>
Sat, 15 Aug 2009 16:54:02 +0000 (16:54 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 15 Aug 2009 16:54:02 +0000 (16:54 +0000)
commitb6ab29940de8ead5b5612ae5414adc4d11e0b2e7
treec579441450d9f1e6e7c13699f187ab69b6e3acab
parent272e308b303dd526842e79cbed0ce4c9f40fc126
the .eh_frame sections we generate need to be writable (which
is why they are datarel).  This should fix PR4724, and is fallout
from r78890.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79111 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/TargetLoweringObjectFile.cpp