From 56b7711e413cebe8af75c04ad8467e5a11ce01ab Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Fri, 18 Oct 2019 13:33:14 +1100 Subject: [PATCH] do_build: suppress another message that changes addresses --- do_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/do_build b/do_build index 1355bcb..fa63bff 100755 --- a/do_build +++ b/do_build @@ -43,7 +43,7 @@ log_regex='/^[[:space:]]+$/d /^WARNING: drivers\/built-in\.o\(\.text\+0x[[:xdigit:]]+\): Section mismatch in reference from /d /^Warning: Kernel ABI header at /d /^[[:space:]]+PERF_VERSION = /d -s/^([[:xdigit:]]+)([[:space:]]+R_PPC64_REL32[[:space:]].*)$/XXX\2/' +s/^([[:xdigit:]]+)([[:space:]]+R_PPC64_(ADDR64|REL32)[[:space:]].*)$/XXX\2/' $cmd <<-EOF -- 2.39.5