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/symverdefs.html
Paths
| Differential D58437
[yaml2obj][obj2yaml] - Support SHT_GNU_verdef ( .gnu.version_d) section. ClosedPublic Authored by grimar on Feb 20 2019, 3:41 AM.
Details Summary 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/symverdefs.html
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 20 2019, 6:57 AM
grimar added inline comments.
Closed by commit rL354574: [yaml2obj][obj2yaml] - Support SHT_GNU_verdef (.gnu.version_d) section. (authored by grimar). · Explain WhyFeb 21 2019, 4:21 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 187764 llvm/trunk/include/llvm/ObjectYAML/ELFYAML.h
llvm/trunk/lib/ObjectYAML/ELFYAML.cpp
llvm/trunk/test/tools/obj2yaml/verdef-section.yaml
llvm/trunk/test/tools/yaml2obj/verdef-section.yaml
llvm/trunk/tools/obj2yaml/elf2yaml.cpp
llvm/trunk/tools/yaml2obj/yaml2elf.cpp
|