[llvm-readobj/llvm-readelf] - Implement GNU style dumper of the SHT_GNU_verdef section.
authorGeorge Rimar <grimar@accesssoftek.com>
Thu, 30 May 2019 10:36:52 +0000 (10:36 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Thu, 30 May 2019 10:36:52 +0000 (10:36 +0000)
commitc372f41c18aadbad09e72800304b301d4c475571
treecdd4e39948b78827c407f1797b4afc4a5d2dec11
parent32aac1727a2ab3031ad0878330059f94cca7b5dc
[llvm-readobj/llvm-readelf] - Implement GNU style dumper of the SHT_GNU_verdef section.

It was not implemented yet, we had only LLVM style dumper implemented.
Section description is here: https://refspecs.linuxfoundation.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/symversion.html

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

llvm-svn: 362082
llvm/test/tools/llvm-readobj/elf-versioninfo.test
llvm/tools/llvm-readobj/ELFDumper.cpp