Re: [PATCH 0/7] Make check implementation arch agnostic

2020-06-10 Thread Miroslav Benes
On Mon, 8 Jun 2020, Julien Thierry wrote: > Hi, > > The current implementation of the check subcommand has various x86 bits > here and there. In order to prepare objtool to provide check for other > architectures, add some abstraction over the x86 specific bits, relying > on objtool arch

[PATCH 0/7] Make check implementation arch agnostic

2020-06-08 Thread Julien Thierry
Hi, The current implementation of the check subcommand has various x86 bits here and there. In order to prepare objtool to provide check for other architectures, add some abstraction over the x86 specific bits, relying on objtool arch specific code to provide some necessary operations. This is