mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-07 19:34:56 +00:00
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:
parent
0bcf55800f
commit
3a6b739384
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user