Add more known segment types for dynamic ELFs

These segments are not critical and the commit reduces noise in the log.
This commit is contained in:
Christian Helmuth 2012-11-26 11:34:00 +01:00
parent 0bcf55800f
commit 3a6b739384
1 changed files with 2 additions and 0 deletions

View File

@ -58,6 +58,8 @@ bool inline Elf_binary::_dynamic_check_compat(unsigned type)
case PT_PHDR:
case PT_GNU_EH_FRAME:
case PT_GNU_STACK:
case PT_GNU_RELRO:
case PT_TLS:
case PT_NOTE:
return true;
default: