genode_dyn.ld: do not emit PHDR segment

Recent versions of binutils check that PHDR segments are covered
by a LOAD segment. In this case the unloaded PHDR segment can be
ommited.

Fix #4003
This commit is contained in:
Emery Hemingway 2021-01-28 13:39:29 +01:00 committed by Norman Feske
parent 696d8f030f
commit 2acfacb639

View File

@ -18,7 +18,6 @@
PHDRS
{
phdr PT_PHDR PHDRS;
interp PT_INTERP;
ro PT_LOAD;
rw PT_LOAD;