diff options
| author | John Birrell <jb@FreeBSD.org> | 2008-05-23 07:32:19 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 2008-05-23 07:32:19 +0000 |
| commit | c4607eb7adc6facb6672ce60d3da777219c7c977 (patch) | |
| tree | d7bd57242c776c51d4e7051ed7319ebeddbc950d /lib/libelf/libelf_data.c | |
| parent | 4b3d60930a56472b5f5f4bc18918f83126b4f5b6 (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); } |
