[llvm-readobj] - Refine the LLVM-style output to be consistent.
commite4f02089c09ab6be5b618c08fd72768be0eec023
authorGeorge Rimar <grimar@accesssoftek.com>
Thu, 17 Oct 2019 10:23:48 +0000 (17 10:23 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Thu, 17 Oct 2019 10:23:48 +0000 (17 10:23 +0000)
treed28057ae90a2d6ae5eb9da6023f413674c60f49f
parent470f0627d2205b6e65e41136c46655ca3c46cce3
[llvm-readobj] - Refine the LLVM-style output to be consistent.

Our LLVM-style output was inconsistent.
This patch changes the output in the following way:

SHT_GNU_verdef { -> VersionDefinitions [
SHT_GNU_verneed { -> VersionRequirements [
Version symbols [ -> VersionSymbols [
EH_FRAME Header [ -> EHFrameHeader {

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@375095 91177308-0d34-0410-b5e6-96231b3b80d8
test/Object/multiple-sections.yaml
test/tools/llvm-readobj/all.test
test/tools/llvm-readobj/elf-verneed-flags.yaml
test/tools/llvm-readobj/elf-versioninfo.test
test/tools/llvm-readobj/unwind.test
test/tools/yaml2obj/verdef-section.yaml
test/tools/yaml2obj/verneed-section.yaml
test/tools/yaml2obj/versym-section.yaml
tools/llvm-readobj/DwarfCFIEHPrinter.h
tools/llvm-readobj/ELFDumper.cpp