x86/tools: Remove chkobjdump.awk
authorNathan Chancellor <nathan@kernel.org>
Wed, 29 Nov 2023 22:17:43 +0000 (15:17 -0700)
committerIngo Molnar <mingo@kernel.org>
Thu, 30 Nov 2023 08:38:12 +0000 (09:38 +0100)
commit5225952d74d43e4c054731c74b8afd700b23a94a
tree313847fe88d0610d612cfae530dbecba0384f2a0
parentf4570ebd836363dc7722b8eb8d099b311021af13
x86/tools: Remove chkobjdump.awk

This check is superfluous now that the minimum version of binutils to
build the kernel is 2.25. This also fixes an error seen with
llvm-objdump because it does not support '-v' prior to LLVM 13:

  llvm-objdump: error: unknown argument '-v'

Signed-off-by: Nathan Chancellor <nathan@kernel.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Tested-by: Kees Cook <keescook@chromium.org>
Reviewed-by: Kees Cook <keescook@chromium.org>
Link: https://github.com/llvm/llvm-project/commit/dde24a87c55f82d8c7b3bf3eafb10f2b9b2b9a01
Link: https://lore.kernel.org/r/20231129-objdump-reformat-llvm-v3-3-0d855e79314d@kernel.org
Closes: https://github.com/ClangBuiltLinux/linux/issues/1362
arch/x86/tools/Makefile
arch/x86/tools/chkobjdump.awk [deleted file]