[elf2yaml][ELF] Move Info field to the RelocationSection structure. This
authorSimon Atanasyan <simon@atanasyan.com>
Thu, 29 May 2014 11:05:31 +0000 (11:05 +0000)
committerSimon Atanasyan <simon@atanasyan.com>
Thu, 29 May 2014 11:05:31 +0000 (11:05 +0000)
commitce538c783448d6b8d848212286b5a4e500bc9956
tree8641ee93da3673cd9aa59f295665bd10e77e7cdf
parent086a708135db02636c15e8cecb53ba757b487c18
[elf2yaml][ELF] Move Info field to the RelocationSection structure. This
field represents ELF section header sh_info field and does not have any
sense for regular sections. Its interpretation depends on section type.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209801 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Object/ELFYAML.h
lib/Object/ELFYAML.cpp
test/Object/obj2yaml.test
tools/obj2yaml/elf2yaml.cpp