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)
commit4b724429b8f0afee0f5f00a62365a3fa706cab34
tree30b6c24dbb02ac97f7c5f9616ad0ba21bc07f8e4
parenta804bbee9b8360ee749cc42e5cbd44413c149010
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.

llvm-svn: 174372
llvm/lib/MC/ELFObjectWriter.cpp
llvm/test/CodeGen/ARM/ehabi-mc-sh_link.ll [new file with mode: 0644]