ELF64: fix incorrect type for the .strtab section header
commit2118261e1aa1f8545c86e5a614cee76f8b99d539
authorCyrill Gorcunov <gorcunov@gmail.com>
Tue, 30 Jun 2009 20:37:36 +0000 (1 00:37 +0400)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 30 Jun 2009 21:09:39 +0000 (30 14:09 -0700)
treea253d13cfd277070153c8e385a137a8eafb92c5d
parent6a9d79f873b65f39305089677ed1ea1a215fc336
ELF64: fix incorrect type for the .strtab section header

The .strtab section is SHT_STRTAB, not SHT_SYMTAB.

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
output/outelf64.c