Add handler for MIPS.options section

This commit is contained in:
Oleksandr Tymoshenko 2012-03-23 22:55:37 +00:00
parent 27f3b996d0
commit e36c52f18a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=233401

View File

@ -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: