This reverts commit r263971. It produces the wrong results for .rela.dyn. I will add a test. llvm-svn: 263987
In executable and shared object ELF files, relocations in the file contain the final virtual address rather than section offset so this is adjusted to display section offset. Differential revision: http://reviews.llvm.org/D15965 llvm-svn: 263971
This matches the behavior of GNU objdump. llvm-svn: 215844