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