Re: [RFC PATCH v2 1/2] objtool: x86 instruction decoder and big endian cross compiles

2020-09-30 Thread Josh Poimboeuf
On Wed, Sep 30, 2020 at 02:24:19PM +0200, Vasily Gorbik wrote: > From: Martin Schwidefsky > > Make the x86 instruction decoder of the objtool usable on big endian > machines. This is useful for compile tests on non x86, big endian > hardware. > > Co-developed-by: Vasily Gorbik > [ gor: more end

[RFC PATCH v2 1/2] objtool: x86 instruction decoder and big endian cross compiles

2020-09-30 Thread Vasily Gorbik
From: Martin Schwidefsky Make the x86 instruction decoder of the objtool usable on big endian machines. This is useful for compile tests on non x86, big endian hardware. Co-developed-by: Vasily Gorbik [ gor: more endianness problems findings fixes / rebasing ] Signed-off-by: Martin Schwidefsky