Add handler for MIPS.options section
This commit is contained in:
parent
27f3b996d0
commit
e36c52f18a
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user