]> granicus.if.org Git - llvm/commit
[llvm-readelf] - Allow dumping of the .dynamic section even if there is no PT_DYNAMIC...
authorGeorge Rimar <grimar@accesssoftek.com>
Fri, 24 May 2019 11:12:50 +0000 (11:12 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Fri, 24 May 2019 11:12:50 +0000 (11:12 +0000)
commit463cec95495084b45afcc8cc8b8ba51ebbd0d83d
tree081345a6d77f3e8c125b7d42bb9bc1b06cfe1bf9
parent35c5c80df4022f4d52b9e60cd29f3509c5a6adeb
[llvm-readelf] - Allow dumping of the .dynamic section even if there is no PT_DYNAMIC header.

It is now possible after D61937 was landed and was discussed
in it's review comments. It is not consistent with GNU, which
does not output .dynamic section content in this case for
no visible reason.

Differential revision: https://reviews.llvm.org/D62179

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@361630 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-readobj/elf-dynamic-no-pt-dynamic.test
tools/llvm-readobj/ELFDumper.cpp