Hi,
In general this is required by ABI:
[[
A single structure is emitted and tagged with a PT_MIPS_ABIFLAGS
program header. This program header must be emitted immediately after
the PT_INTERP header and displaces the PT_MIPS_REGINFO header that
would otherwise follow PT_INTERP.
]]
It is not a mandatory requirement so it is not an urgent problem. But
as far as I understand placing the segment in the beginning might
improve startup performance because the loader first look at this
segment.
Regards,
Simon
--
Simon Atanasyan