[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/5127] Reference to config/tc-alpha.c:736 missing in gas-2.17.90
From: |
karvjorm at users dot sourceforge dot net |
Subject: |
[Bug gas/5127] Reference to config/tc-alpha.c:736 missing in gas-2.17.90.pot |
Date: |
8 Oct 2007 15:36:07 -0000 |
------- 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.