modpost: drop executable ELF support
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 19 Jul 2022 16:52:59 +0000 (01:52 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 27 Jul 2022 12:18:00 +0000 (21:18 +0900)
commit5764f6626f5f334b27e168a33735b3899d08bcd2
tree441ee0977abf26329279c4d271bbd1616e0b4802
parent1fd49a0b5c4330ceefef4de498cec271e240aaf1
modpost: drop executable ELF support

Since commit 269a535ca931 ("modpost: generate vmlinux.symvers and
reuse it for the second modpost"), modpost only parses relocatable
files (ET_REL).

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
scripts/mod/modpost.c