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.
Paths
| Differential D58280
[yaml2obj][obj2yaml] - Support SHT_GNU_versym (.gnu.version) section. ClosedPublic Authored by grimar on Feb 15 2019, 5:29 AM.
Details Summary This patch adds support for parsing dumping the .gnu.version section. Its rebased on top of D58119.
Diff Detail Event Timeline
grimar added inline comments.
This revision is now accepted and ready to land.Feb 19 2019, 2:08 AM grimar added inline comments.
grimar added inline comments.
Closed by commit rL354338: [yaml2obj][obj2yaml] - Support SHT_GNU_versym (.gnu.version) section. (authored by grimar). · Explain WhyFeb 19 2019, 7:28 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 186999 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
|
Should this have a link field? As far as I can see, the field is not specified in the specification.