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: Print extra elf header flags.


On Fri, 16 Feb 2007, Carlos O'Donell wrote:
> +  if (elf_elfheader (abfd)->e_flags & EF_MIPS_NOREORDER)
> +    fprintf (file, _(" [.noreorder]"));

I suggest you drop the _() on all these or else the translation
team may be tempted to translate these strings to every
(supported) human language.  ;-)

brgds, H-P


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