]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Drop .note section from ELF
authorSimon Glass <sjg@chromium.org>
Sat, 24 Aug 2019 13:22:45 +0000 (07:22 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 15 Oct 2019 14:40:02 +0000 (08:40 -0600)
commit9b1d0168d1e9bb3815296988d3ff57c8b587b269
tree67fff8a49349c67bba4e985e2d80e8722caa3325
parent70dfcd3c043301509f9399e4eced4b2a9674558f
binman: Drop .note section from ELF

Recent versions of binutils add a '.note.gnu.property' into the ELF file.
This is not required and interferes with the expected output. Drop it.

Also fix testMakeElf() to use a different file for input and output.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/elf.py
tools/binman/elf_test.py