[PATCH] D21024: [llvm-readobj] - Teach llvm-readobj to dump .gnu.version_r sections

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 6 08:53:47 PDT 2016


grimar created this revision.
grimar added reviewers: rafael, davide.
grimar added subscribers: llvm-commits, grimar.

SHT_GNU_verneed (.gnu.version_r) is a version dependency section.
It was the last symbol versioning relative section that was not dumped,
now it is.

http://reviews.llvm.org/D21024

Files:
  test/tools/llvm-readobj/Inputs/verneed.elf-x86-64
  test/tools/llvm-readobj/elf-versioninfo.test
  tools/llvm-readobj/ELFDumper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21024.59734.patch
Type: text/x-patch
Size: 4221 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160606/9df03ce4/attachment.bin>


More information about the llvm-commits mailing list