mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-03 09:00:21 +00:00
Add translation support for section type SHT_SUNW_dof.
Submitted by: rpaulo MFC after: 2 weeks
This commit is contained in:
parent
0a2a21691c
commit
f4717fa913
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=211192
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user