[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)
commit8745993ec42da38519f4042dd6ac8b387575e788
tree607b5f299b63ae66b0c0c57020ffba9892af4f6c
parent01a7598561561c6d34ba0683a550ed6326fa8f98
[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.

llvm-svn: 209801
llvm/include/llvm/Object/ELFYAML.h
llvm/lib/Object/ELFYAML.cpp
llvm/test/Object/obj2yaml.test
llvm/tools/obj2yaml/elf2yaml.cpp