Simplify how we represent relocation iterators.
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 28 Mar 2016 19:23:51 +0000 (19:23 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 28 Mar 2016 19:23:51 +0000 (19:23 +0000)
commit9cb885d5c3bb16e8f8a9d133c85f0540984e9ad0
treebba8cc421b082eb3e9a4796d79f206c4b919e946
parent9825491bbdb5571a799a49ba2ae154dc1f636096
Simplify how we represent relocation iterators.

Instead of using a bit to detect if they are "dynamic", just look at
sh_link.

This is a simplification on its own, and will help with using
llvm-objdump in dynamic objects.

llvm-svn: 264624
llvm/include/llvm/Object/ELFObjectFile.h