[PATCH] make the type of nds32_pseudo_opcode::pseudo_val unsigned

Nick Clifton nickc@redhat.com
Mon May 23 15:50:00 GMT 2016


Hi Trev,

> built and regtested nds32be-elf, ok?

Not sure...

> @@ -2106,7 +2106,7 @@ struct nds32_pseudo_opcode
>    const char *opcode;
>    int argc;
>    nds32_pseudo_opcode_func proc;
> -  int pseudo_val;
> +  unsigned int pseudo_val;
>  

I think that you ought to change the type of the pv parameter of the
nds32_pseudo_opcode_func as well, and then trickle the change down into
the pseudo functions as well.  Ie be consistent in the type of this 
variable.

Cheers
  Nick



More information about the Binutils mailing list