From a158f06ba903b23cf5e157ee7424c975b899461c Mon Sep 17 00:00:00 2001 From: Vanessa Hack <vanessa.hack@fau.de> Date: Tue, 27 Apr 2021 19:42:22 +0200 Subject: [PATCH] delete debug print --- tools/objtool/check.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/objtool/check.c b/tools/objtool/check.c index 4e1ab4d377c0..f7c8be75465b 100644 --- a/tools/objtool/check.c +++ b/tools/objtool/check.c @@ -1674,8 +1674,7 @@ static int decode_sections(struct objtool_file *file) ret = decode_instructions(file); if (ret) return ret; - - printf("x8664bit is %d\n", x8664bit); + if (!x8664bit) { ret = add_implicit_addend(file); if (ret) -- GitLab