Elf_Phdr.p_type 7 is "PT_TLS".

This commit is contained in:
Jake Burkholder 2004-03-02 14:06:27 +00:00
parent 37baea5bd5
commit d499047c83
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126484

View File

@ -283,7 +283,7 @@ const char *ei_abis[] = {
const char *p_types[] = {
"PT_NULL", "PT_LOAD", "PT_DYNAMIC", "PT_INTERP", "PT_NOTE",
"PT_SHLIB", "PT_PHDR"
"PT_SHLIB", "PT_PHDR", "PT_TLS"
};
const char *p_flags[] = {