[PATCH] D58280: [yaml2obj][obj2yaml] - Support SHT_GNU_versym (.gnu.version) section.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 15 05:30:37 PST 2019


grimar created this revision.
grimar added a reviewer: jhenderson.
Herald added a subscriber: jakehehrlich.
grimar added a parent revision: D58119: [obj2yaml][yaml2obj] - Add support of parsing/dumping of the .gnu.version_r section..

This patch adds support for parsing dumping the .gnu.version section.
Description of the section is: https://refspecs.linuxfoundation.org/LSB_1.3.0/gLSB/gLSB/symversion.html#SYMVERTBL

Its rebased on top of D58119 <https://reviews.llvm.org/D58119>.


https://reviews.llvm.org/D58280

Files:
  include/llvm/ObjectYAML/ELFYAML.h
  lib/ObjectYAML/ELFYAML.cpp
  test/tools/obj2yaml/versym-section.yaml
  test/tools/yaml2obj/versym-section.yaml
  tools/obj2yaml/elf2yaml.cpp
  tools/yaml2obj/yaml2elf.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58280.186999.patch
Type: text/x-patch
Size: 10141 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190215/4339fd33/attachment.bin>


More information about the llvm-commits mailing list