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] [ARC] Fix support for double assist instructions.


Hi Nick,

I've fixed the indicated issues. I also observed that there are more alike issues in gas. I will prepare a patch to fix them as well.

Thank you for your review, patch committed.
Claudiu

> > +      else
> > +	as_warn ("Code density option invalid for selected CPU");
> 
> Please could you place text messages like this inside _(...), as in:
> 
>    as_warn (_("Code density option invalid for selected CPU"));
> 
> This allows the message to be translated into other languages.
> 
> 
> > +	as_warn ("FPUDA invalid for selected CPU");
> 
> Likewise here.
> 
> Approved with those changes.
> 
> Cheers
>   Nick


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