diff options
| author | Kai Wang <kaiw@FreeBSD.org> | 2010-08-11 19:59:31 +0000 |
|---|---|---|
| committer | Kai Wang <kaiw@FreeBSD.org> | 2010-08-11 19:59:31 +0000 |
| commit | f4717fa9130fc51f40d3ccf1c5476e6bf6ceb4a8 (patch) | |
| tree | 5add2767bc8a9e314951987491ec1503a5119773 /lib/libelf | |
| parent | 0a2a21691c95bfcee3bb5cf2fbe26079b794cae8 (diff) | |
Notes
Diffstat (limited to 'lib/libelf')
| -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 8f88694573e03..67388b6a4a31e 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); |
