Add the case for SHT_AMD64_UNWIND.

This commit is contained in:
John Birrell 2008-05-23 07:32:19 +00:00
parent 4b3d60930a
commit c4607eb7ad
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=179239

View file

@ -78,6 +78,8 @@ _libelf_xlate_shtype(uint32_t sht)
case SHT_SUNW_syminfo:
return (ELF_T_SYMINFO);
#endif
case SHT_AMD64_UNWIND: /* == SHT_IA_64_UNWIND */
return (ELF_T_BYTE);
default:
return (-1);
}