mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-22 08:50:09 +00:00
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:
committed by
Norman Feske
parent
696d8f030f
commit
2acfacb639
@ -18,7 +18,6 @@
|
|||||||
|
|
||||||
PHDRS
|
PHDRS
|
||||||
{
|
{
|
||||||
phdr PT_PHDR PHDRS;
|
|
||||||
interp PT_INTERP;
|
interp PT_INTERP;
|
||||||
ro PT_LOAD;
|
ro PT_LOAD;
|
||||||
rw PT_LOAD;
|
rw PT_LOAD;
|
||||||
|
Reference in New Issue
Block a user