diff options
| author | Kai Wang <kaiw@FreeBSD.org> | 2010-09-04 13:00:22 +0000 |
|---|---|---|
| committer | Kai Wang <kaiw@FreeBSD.org> | 2010-09-04 13:00:22 +0000 |
| commit | 7e098de2e192f94144b94cd5be2c64fe3fe668ac (patch) | |
| tree | 2b2560391465ed3a68e142d54bfaa9a92a6cdb03 /lib/libelf/libelf_data.c | |
| parent | deb110f098ddd102e07952219c874521136e92b6 (diff) | |
Notes
Diffstat (limited to 'lib/libelf/libelf_data.c')
| -rw-r--r-- | lib/libelf/libelf_data.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libelf/libelf_data.c b/lib/libelf/libelf_data.c index 77493005bc1f..3b20e1d75ae1 100644 --- a/lib/libelf/libelf_data.c +++ b/lib/libelf/libelf_data.c @@ -77,6 +77,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); |
