Re: [RFC PATCH 3/4] objtool/powerpc: Enable objtool to be built on ppc

2022-05-24 Thread Christophe Leroy
Le 23/05/2022 à 19:55, Sathvika Vasireddy a écrit : > This patch adds [stub] implementations for required > functions, inorder to enable objtool build on powerpc. Should we put some exit() or abort() in the stubs that are not supposed to be used at all ? > > Signed-off-by: Sathvika Vasireddy

[RFC PATCH 3/4] objtool/powerpc: Enable objtool to be built on ppc

2022-05-23 Thread Sathvika Vasireddy
This patch adds [stub] implementations for required functions, inorder to enable objtool build on powerpc. Signed-off-by: Sathvika Vasireddy --- arch/powerpc/Kconfig | 1 + tools/objtool/arch/powerpc/Build | 2 + tools/objtool/arch/powerpc/decode.c