[llvm-readobj] - Remove excessive fields when dumping "Version symbols".
commit6e1c5c0b9d7a54e74d172765f365e081b19fca4c
authorGeorge Rimar <grimar@accesssoftek.com>
Fri, 11 Oct 2019 12:27:11 +0000 (11 12:27 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Fri, 11 Oct 2019 12:27:11 +0000 (11 12:27 +0000)
treee0e878b0c1d08e2931f65cd5bd3827c4ef342b08
parent63638c6faf40b3b1b96a1112b2e41647d3a572b8
[llvm-readobj] - Remove excessive fields when dumping "Version symbols".

This removes a few fields that are not useful:
"Section Name", "Address", "Offset" and "Link"
(they duplicated the information available under
the "Sections [" tag).

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@374541 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-readobj/all.test
test/tools/llvm-readobj/elf-versioninfo.test
test/tools/yaml2obj/versym-section.yaml
tools/llvm-readobj/ELFDumper.cpp