lkml.org 
[lkml]   [2022]   [Sep]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v2 15/16] objtool/powerpc: Enable objtool to be built on ppc
On Thu, Sep 01, 2022 at 09:32:46AM +0000, Christophe Leroy wrote:
> Le 29/08/2022 à 07:52, Sathvika Vasireddy a écrit :
> > +int arch_decode_instruction(struct objtool_file *file, const struct section *sec,
> > + unsigned long offset, unsigned int maxlen,
> > + unsigned int *len, enum insn_type *type,
> > + unsigned long *immediate,
> > + struct list_head *ops_list)
> > +{
> > + u32 insn;
> > +
> > + *immediate = 0;
> > + insn = bswap_if_needed(file->elf, *(u32 *)(sec->data->d_buf + offset));
> > + *len = 4;
>
> Should be *len = 8 when insn >> 26 == 1.

But please use ppc_inst_prefixed(). And just use ppc_inst_len() here?

Not having convenience abstraction functions like that will give you
much more work in the future -- currently all prefix insns use primary
opcode 1, sure, and nothing else does; but this can change.


Segher

\
 
 \ /
  Last update: 2022-09-01 17:19    [W:0.147 / U:0.820 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site