Re: [PATCH] objtool: remove duplicate case value R_PPC64_REL32

2025-02-11 Thread Josh Poimboeuf
On Tue, Feb 11, 2025 at 10:19:57PM +0800, Kexy Biscuit wrote: > In arch/powerpc/include/uapi/asm/elf.h, R_PPC64_REL32 is defined as a > macro to R_PPC_REL32, makes the case value here being duplicate and > creates the following error... > > arch/powerpc/decode.c: In function ‘arch_reloc_size’: > a

[PATCH] objtool: remove duplicate case value R_PPC64_REL32

2025-02-11 Thread Kexy Biscuit
In arch/powerpc/include/uapi/asm/elf.h, R_PPC64_REL32 is defined as a macro to R_PPC_REL32, makes the case value here being duplicate and creates the following error... arch/powerpc/decode.c: In function ‘arch_reloc_size’: arch/powerpc/decode.c:114:9: error: duplicate case value 114 | ca