]> granicus.if.org Git - llvm/commit
[llvm-readobj/llvm-readelf] - Implement GNU style dumper of the SHT_GNU_verneed section.
authorGeorge Rimar <grimar@accesssoftek.com>
Thu, 30 May 2019 10:14:41 +0000 (10:14 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Thu, 30 May 2019 10:14:41 +0000 (10:14 +0000)
commit10450cbfe6fe4106f6bcfddcb8c62aa0d8462396
tree764a6c65325aec21cdeb1f39ecf7bd8711f56a33
parentb91079b36bfa210a0983cb548f95b2fa347ce137
[llvm-readobj/llvm-readelf] - Implement GNU style dumper of the SHT_GNU_verneed section.

It was not implemented yet, we had only LLVM style dumper implemented.
Section description is here: https://refspecs.linuxfoundation.org/LSB_2.0.1/LSB-Core/LSB-Core/symverrqmts.html

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362080 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-readobj/elf-verneed-flags.yaml [new file with mode: 0644]
test/tools/llvm-readobj/elf-versioninfo.test
tools/llvm-readobj/ELFDumper.cpp