[llvm-readobj] - Refine the LLVM-style output to be consistent.
authorGeorge Rimar <grimar@accesssoftek.com>
Thu, 17 Oct 2019 10:23:48 +0000 (10:23 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Thu, 17 Oct 2019 10:23:48 +0000 (10:23 +0000)
commit9b8e5316f2a04b0cb641ba333fd776c88f3c021f
tree3e255a70b0b2b8e7d594d6144240fc894c74731c
parent3b598b9c867a39065e6cb804423c28a6b020e6ee
[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

llvm-svn: 375095
llvm/test/Object/multiple-sections.yaml
llvm/test/tools/llvm-readobj/all.test
llvm/test/tools/llvm-readobj/elf-verneed-flags.yaml
llvm/test/tools/llvm-readobj/elf-versioninfo.test
llvm/test/tools/llvm-readobj/unwind.test
llvm/test/tools/yaml2obj/verdef-section.yaml
llvm/test/tools/yaml2obj/verneed-section.yaml
llvm/test/tools/yaml2obj/versym-section.yaml
llvm/tools/llvm-readobj/DwarfCFIEHPrinter.h
llvm/tools/llvm-readobj/ELFDumper.cpp