Don't mark info message for translation.
This commit is contained in:
parent
00ea860141
commit
3d66c4f7df
@ -1,3 +1,8 @@
|
||||
2002-01-25 Philipp Thomas <pthomas@suse.de>
|
||||
|
||||
* coffgen.c (coff_print_symbol): Don't mark info message
|
||||
for translation.
|
||||
|
||||
2002-01-25 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* po/fr.po: Updated translation.
|
||||
|
@ -2135,7 +2135,7 @@ coff_print_symbol (abfd, filep, symbol, how)
|
||||
next = auxp->u.auxent.x_sym.x_fcnary.x_fcn.x_endndx.l;
|
||||
llnos = auxp->u.auxent.x_sym.x_fcnary.x_fcn.x_lnnoptr;
|
||||
fprintf (file,
|
||||
_("AUX tagndx %ld ttlsiz 0x%lx lnnos %ld next %ld"),
|
||||
"AUX tagndx %ld ttlsiz 0x%lx lnnos %ld next %ld",
|
||||
tagndx, auxp->u.auxent.x_sym.x_misc.x_fsize,
|
||||
llnos, next);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user