Link .ARM.exidx with corresponding text section.
authorLogan Chien <tzuhsiang.chien@gmail.com>
Tue, 5 Feb 2013 14:18:59 +0000 (14:18 +0000)
committerLogan Chien <tzuhsiang.chien@gmail.com>
Tue, 5 Feb 2013 14:18:59 +0000 (14:18 +0000)
commitb0c899666a6c5397cf35fffd0f8d93749cb2cb38
tree51eb9239606199d36aed24bfc275cfca05b7b713
parente2d5590c33f1b5203c0104c1c82bf8e0f28b828e
Link .ARM.exidx with corresponding text section.

The sh_link in the ELF section header of .ARM.exidx should
be filled with the section index of the corresponding text
section.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174372 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/ELFObjectWriter.cpp
test/CodeGen/ARM/ehabi-mc-sh_link.ll [new file with mode: 0644]