[RFC PATCH 4/4] objtool/powerpc: Add --mcount specific implementation

Peter Zijlstra peterz at infradead.org
Thu Jun 16 23:57:51 AEST 2022


On Thu, Jun 16, 2022 at 01:40:34PM +0000, Christophe Leroy wrote:
> sizeof(u64) is always 8 by definition.
> 
> So if size is 8 we are working on a binary file for a 64 bits target, if 
> not it means we are working for a 32 bits target.

Cross-builds invalidate this I think. Best to look at something like:

  elf->ehdr.e_ident[EI_CLASS] == ELFCLASS32




More information about the Linuxppc-dev mailing list