
15 Sep
2020
15 Sep
'20
2:57 p.m.
On Tue, Sep 15, 2020 at 03:43:29AM +0200, Heinrich Schuchardt wrote:
The linker sometimes creates PT_LOAD segments with length (p_filesz) zero as described in https://man7.org/linux/man-pages/man5/elf.5.html. This leads to build failures. We should ignore empty segments.
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
This also fixes the build issue I had.
Tested-by: Tom Rini trini@konsulko.com
--
Tom