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 SIMD Architecture (MSA) patch


"Maciej W. Rozycki" <macro@codesourcery.com> writes:
>> Index: opcodes/mips-dis.c
>> ===================================================================
>> RCS file: /cvs/src/src/opcodes/mips-dis.c,v
>> retrieving revision 1.116
>> diff -u -p -r1.116 mips-dis.c
>> --- opcodes/mips-dis.c	19 Aug 2013 18:56:59 -0000	1.116
>> +++ opcodes/mips-dis.c	8 Oct 2013 00:30:27 -0000
>> @@ -738,10 +747,22 @@ parse_mips_dis_option (const char *optio
> [...]
>>    if (CONST_STRNEQ (option, "virt"))
>>      {
>>        mips_ase |= ASE_VIRT;
>> -      if (mips_isa & ISA_MIPS64R2)
>> +      if ((mips_isa & INSN_ISA_MASK) == ISA_MIPS64R2)
>>  	mips_ase |= ASE_VIRT64;
>>        return;
>>      }
>
>  This looks like an unrelated bug fix to me that should be applied 
> separately.

Yeah, this part is OK on its own, thanks.  I think both it and your
earlier encoding fix should go on 2.24 too.

Richard


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