x86/tools: Fix objdump version check again
authorRandy Dunlap <rdunlap@infradead.org>
Sat, 31 Jul 2021 00:01:46 +0000 (17:01 -0700)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 12 Aug 2021 15:17:25 +0000 (17:17 +0200)
commit839ad22f755132838f406751439363c07272ad87
treef2c5fa473c56ed7d204e01ed69a798abd90cb1b3
parent36a21d51725af2ce0700c6ebcb6b9594aac658a6
x86/tools: Fix objdump version check again

Skip (omit) any version string info that is parenthesized.

Warning: objdump version 15) is older than 2.19
Warning: Skipping posttest.

where 'objdump -v' says:
GNU objdump (GNU Binutils; SUSE Linux Enterprise 15) 2.35.1.20201123-7.18

Fixes: 8bee738bb1979 ("x86: Fix objdump version check in chkobjdump.awk for different formats.")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Masami Hiramatsu <mhiramat@kernel.org>
Link: https://lore.kernel.org/r/20210731000146.2720-1-rdunlap@infradead.org
arch/x86/tools/chkobjdump.awk