------- Additional Comments From karvjorm at users dot sourceforge dot net 2007-10-08 15:36 ------- (In reply to comment #1) > Hi Jorma, > > I do not understand what you mean with this bug report. Please could you > explain in some more detail ? > > Cheers > Nick >
Sorry, I did not explain this correctly. The source code looks like this: static void debug_exp (expressionS tok[], int ntok) { int i; fprintf (stderr, "debug_exp: %d tokens", ntok); for (i = 0; i < ntok; i++) { expressionS *t = &tok[i]; const char *name; switch (t->X_op) { default: name = "unknown"; break; In gas-2.17.90.pot is only one "unknown" msgid (for config/tc-more.c:1987) I think that this debug message should be translated also (and there should be a reference to config/tc-alpha.c:736 in the commment of the msgid "unknown" in gas-2.17.90.pot). best regards, Jorma -- http://sourceware.org/bugzilla/show_bug.cgi?id=5127 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils