mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 06:33:31 +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:
parent
696d8f030f
commit
2acfacb639
@ -18,7 +18,6 @@
|
||||
|
||||
PHDRS
|
||||
{
|
||||
phdr PT_PHDR PHDRS;
|
||||
interp PT_INTERP;
|
||||
ro PT_LOAD;
|
||||
rw PT_LOAD;
|
||||
|
Loading…
Reference in New Issue
Block a user