Handle MIPS .reginfo section as ELF_T_BYTE

This commit is contained in:
Oleksandr Tymoshenko 2012-03-26 21:31:57 +00:00
parent b74d1af74e
commit 68fc871575
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=233524

View File

@ -86,6 +86,8 @@ _libelf_xlate_shtype(uint32_t sht)
#endif
case SHT_MIPS_DWARF:
/* FALLTHROUGH */
case SHT_MIPS_REGINFO:
/* FALLTHROUGH */
case SHT_MIPS_OPTIONS:
/* FALLTHROUGH */
case SHT_AMD64_UNWIND: /* == SHT_IA_64_UNWIND */