Re: [PATCH v4 4/4] objtool: check: Use orc definition only when needed

2020-08-28 Thread Miroslav Benes
On Tue, 25 Aug 2020, Julien Thierry wrote: > Implementation of ORC requires some definitions that are currently > provided by the target architecture headers. Do not depend on these > definitions when the orc subcommand is not implemented. > > This avoid requiring arches with no orc

[PATCH v4 4/4] objtool: check: Use orc definition only when needed

2020-08-25 Thread Julien Thierry
Implementation of ORC requires some definitions that are currently provided by the target architecture headers. Do not depend on these definitions when the orc subcommand is not implemented. This avoid requiring arches with no orc implementation to provide dummy orc definitions. Signed-off-by: