[obj2yaml/yaml2obj] Add SHT_MIPS_ABIFLAGS section support
authorSimon Atanasyan <simon@atanasyan.com>
Thu, 7 May 2015 15:40:48 +0000 (15:40 +0000)
committerSimon Atanasyan <simon@atanasyan.com>
Thu, 7 May 2015 15:40:48 +0000 (15:40 +0000)
commitbd58bdb7a61afeadd7c71d4b5351695a43d17d44
treebb2a66d2a030191aa0db94083309c37d3b51d5d0
parentef7c2568faa68a824fd71e5ff20a9234716e63da
[obj2yaml/yaml2obj] Add SHT_MIPS_ABIFLAGS section support

This change adds support for the SHT_MIPS_ABIFLAGS section
reading/writing to the obj2yaml and yaml2obj tools.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236738 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Object/ELFYAML.h
lib/Object/ELFYAML.cpp
test/Object/Mips/abi-flags.yaml [new file with mode: 0644]
test/Object/obj2yaml.test
tools/obj2yaml/elf2yaml.cpp
tools/yaml2obj/yaml2elf.cpp