From 9198b19835979cee1b431f818f01d9859c25f48f Mon Sep 17 00:00:00 2001 From: kaiw Date: Wed, 11 Aug 2010 19:59:31 +0000 Subject: Add translation support for section type SHT_SUNW_dof. Submitted by: rpaulo MFC after: 2 weeks --- lib/libelf/libelf_data.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/libelf/libelf_data.c') diff --git a/lib/libelf/libelf_data.c b/lib/libelf/libelf_data.c index 8f88694..67388b6 100644 --- a/lib/libelf/libelf_data.c +++ b/lib/libelf/libelf_data.c @@ -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); -- cgit v1.1