diff options
| author | John Birrell <jb@FreeBSD.org> | 2008-08-27 04:41:15 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 2008-08-27 04:41:15 +0000 |
| commit | 144cd58d16b601d52d00c5a37c8e0226aa1ce55a (patch) | |
| tree | 68b1ef675725b8c3e948b378d9af8296eb03b2e1 /lib/libelf/libelf_data.c | |
| parent | acb7c381e4ad26a9a2899969495375327dc0360c (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 d2d583fe157b..77493005bc1f 100644 --- a/lib/libelf/libelf_data.c +++ b/lib/libelf/libelf_data.c @@ -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); } |
