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] Fixing issue with "Rearrange MIPS INSN* masks" patch


Andrew Bennett <Andrew.Bennett@imgtec.com> writes:
> 2014-05-05 Andrew Bennett <andrew.bennett@imgtec.com>
>
> ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ * mips-opc.c (G3): Remove I4.
>
>
> diff --git a/opcodes/mips-opc.c b/opcodes/mips-opc.c
> index 9181c3f..f3b287f 100644
> --- a/opcodes/mips-opc.c
> +++ b/opcodes/mips-opc.c
> @@ -296,8 +296,7 @@ decode_mips_operand (const char *p)
> #define G2ÂÂÂÂÂ (T3ÂÂÂÂÂÂÂÂÂÂÂÂ \
> ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ )
>
> -#define G3ÂÂÂÂÂ (I4ÂÂÂÂÂÂÂÂÂÂÂÂ \
> -ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ |EEÂÂÂÂÂÂÂÂÂÂÂ \
> +#define G3ÂÂÂÂÂ (EEÂÂÂÂÂÂÂÂÂÂÂÂ \
> ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ )
>
> Â/* 64 bit CPU with 32 bit FPU (single float). */

Might as well make it:

#define G3      EE

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]