OSDN Git Service

modpost: assume STT_SPARC_REGISTER is defined
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 4 Jan 2020 15:36:51 +0000 (00:36 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 15 Jan 2020 15:26:22 +0000 (00:26 +0900)
commit5370d4acc590e5992ca4a1b9f606714fad69e88a
tree9420b7758cbbb75130c299126a8326270c6c123c
parent7168965ec7b10b8a2c7dea1f82f1ebadf44d64ba
modpost: assume STT_SPARC_REGISTER is defined

Commit 8d5290149ee1 ("[SPARC]: Deal with glibc changing macro names in
modpost.c") was more than 14 years ago. STT_SPARC_REGISTER is hopefully
defined in elf.h of recent C libraries.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: David S. Miller <davem@davemloft.net>
scripts/mod/modpost.c