This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH] mips: Print extra elf header flags.
- From: Hans-Peter Nilsson <hp at bitrange dot com>
- To: Carlos O'Donell <carlos at codesourcery dot com>
- Cc: Nick Clifton <nickc at redhat dot com>, binutils at sourceware dot org, Richard Sandiford <richard at codesourcery dot com>
- Date: Fri, 16 Feb 2007 17:24:34 -0500 (EST)
- Subject: Re: [PATCH] mips: Print extra elf header flags.
- References: <20070216151407.GR23930@lios>
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