This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] MIPS: Enable tlbinv and tlbinvf instructions for microMIPS; and mips32r3 and above


Andrew Bennett <Andrew.Bennett@imgtec.com> writes:
> diff --git a/opcodes/micromips-opc.c b/opcodes/micromips-opc.c
> index 92ae40c..de39cb6 100644
> --- a/opcodes/micromips-opc.c
> +++ b/opcodes/micromips-opc.c
> @@ -269,7 +269,7 @@ decode_micromips_operand (const char *p)
>  #define EVA	ASE_EVA
>  
>  /* TLB invalidate instruction support.  */
> -#define TLBINV	ASE_EVA
> +#define TLBINV	(ASE_EVA | ASE_VIRT)

I think this macro can be deleted now, since you're removing the only uses.

OK with that change, thanks.

Richard


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]