summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/ELFYAML.cpp
diff options
context:
space:
mode:
authorSimon Atanasyan <simon@atanasyan.com>2014-07-13 15:28:54 +0000
committerSimon Atanasyan <simon@atanasyan.com>2014-07-13 15:28:54 +0000
commit1cd169f137bda5fe5b6351a67db877abff2c9fa6 (patch)
treef836ec0fdd5db040c4e98e94f77866670518865e /llvm/lib/Object/ELFYAML.cpp
parentb5bb1e2fc6d2d6b61b8440c07b5db44055d8cbae (diff)
downloadbcm5719-llvm-1cd169f137bda5fe5b6351a67db877abff2c9fa6.tar.gz
bcm5719-llvm-1cd169f137bda5fe5b6351a67db877abff2c9fa6.zip
[Mips] Support SHT_MIPS_ABIFLAGS section type flag in the llvm-readobj,
obj2yaml and yaml2obj tools. llvm-svn: 212908
Diffstat (limited to 'llvm/lib/Object/ELFYAML.cpp')
-rw-r--r--llvm/lib/Object/ELFYAML.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Object/ELFYAML.cpp b/llvm/lib/Object/ELFYAML.cpp
index a2fb440beaf..588bf7a5d32 100644
--- a/llvm/lib/Object/ELFYAML.cpp
+++ b/llvm/lib/Object/ELFYAML.cpp
@@ -344,6 +344,7 @@ void ScalarEnumerationTraits<ELFYAML::ELF_SHT>::enumeration(
case ELF::EM_MIPS:
ECase(SHT_MIPS_REGINFO)
ECase(SHT_MIPS_OPTIONS)
+ ECase(SHT_MIPS_ABIFLAGS)
default:
// Nothing to do.
break;
OpenPOWER on IntegriCloud