mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-16 22:28:18 +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:
@ -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:
|
||||
|
Reference in New Issue
Block a user