[PATCH] Fix Score bugs.
H. J. Lu
hjl@lucon.org
Fri Jan 19 02:48:00 GMT 2007
More information about the Binutils mailing list
Fri Jan 19 02:48:00 GMT 2007
- Previous message (by thread): [PATCH] Fix Score bugs.
- Next message (by thread): [PATCH] Fix Score bugs.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, Jan 19, 2007 at 09:44:46AM +0800, ligang@sunnorth.com.cn wrote: > Hi, H.J., > > > "H. J. Lu" <hjl@lucon.org> wrote on 2007-01-18 21:58:08: > > > On Thu, Jan 18, 2007 at 06:37:57PM +0800, ligang@sunnorth.com.cn wrote: > > > @@ -2395,7 +2396,7 @@ append_insn (char *str, bfd_boolean gen_ > > > if (inst.error) > > > { > > > retval = (int) FAIL; > > > - as_bad ("%s -- `%s'", inst.error, inst.str); > > > + as_bad (_("%s -- `%s'"), inst.error, inst.str); > > > > _() isn't needed here. > > > > > inst.error = NULL; > > > } > > > > > > @@ -2437,7 +2438,7 @@ do16_mv_rdrs (char *str) > > > { > > > char append_str[MAX_LITERAL_POOL_SIZE]; > > > > > > - sprintf (append_str, "mlfh! %s", backupstr); > > > + sprintf (append_str, _("mlfh! %s"), backupstr); > > > > I don't think _() is needed for mnemonics. Please fix them. > > In fact, I am a little confused about How to use _(). > What case is _() needed, and what case not needed? > You use _() on const strings which need translation. How do you translate mnemonics like mlfh? H.J.
- Previous message (by thread): [PATCH] Fix Score bugs.
- Next message (by thread): [PATCH] Fix Score bugs.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list