diff options
author | Oleksandr Tymoshenko <gonzo@FreeBSD.org> | 2012-03-23 22:55:37 +0000 |
---|---|---|
committer | Oleksandr Tymoshenko <gonzo@FreeBSD.org> | 2012-03-23 22:55:37 +0000 |
commit | e36c52f18aef81113a2ea601b9f95776775d6fb7 (patch) | |
tree | 695528af4cc6665370c768a60e2ff5b6da63f5d0 | |
parent | 27f3b996d0eabf6d48228dedf797283cf4b4feea (diff) |
Notes
-rw-r--r-- | lib/libelf/libelf_data.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libelf/libelf_data.c b/lib/libelf/libelf_data.c index ee2d57a4cb79..eb6c16652773 100644 --- a/lib/libelf/libelf_data.c +++ b/lib/libelf/libelf_data.c @@ -86,6 +86,8 @@ _libelf_xlate_shtype(uint32_t sht) #endif case SHT_MIPS_DWARF: /* FALLTHROUGH */ + case SHT_MIPS_OPTIONS: + /* FALLTHROUGH */ case SHT_AMD64_UNWIND: /* == SHT_IA_64_UNWIND */ return (ELF_T_BYTE); default: |