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] Lexra binutils


Sergey Lapin <slapin@ossfans.org> writes:
>      case M_LWL_AB:
> +      if (mips_opts.arch == CPU_LX5280)
> +	{
> +	  as_bad (_("opcode not supported on this processor"));
> +	  break;
> +	}

Can you please also add a new test (something like lexra-ill.l) checking for
this error message to the testsuite.

I will have to do something similar for Octeon and I want to make sure I don't
break Lexra.

Adam


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