Add translation support for section type SHT_SUNW_dof.

Submitted by:	rpaulo
MFC after:	2 weeks
This commit is contained in:
Kai Wang 2010-08-11 19:59:31 +00:00
parent 0a2a21691c
commit f4717fa913
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=211192

View File

@ -81,6 +81,8 @@ _libelf_xlate_shtype(uint32_t sht)
return (ELF_T_MOVE);
case SHT_SUNW_syminfo:
return (ELF_T_SYMINFO);
case SHT_SUNW_dof:
return (ELF_T_BYTE);
#endif
case SHT_AMD64_UNWIND: /* == SHT_IA_64_UNWIND */
return (ELF_T_BYTE);