[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/5086] New: Error message mismatch with the described action
From: |
karvjorm at users dot sourceforge dot net |
Subject: |
[Bug gas/5086] New: Error message mismatch with the described action |
Date: |
2 Oct 2007 15:42:38 -0000 |
The following error message in gas-2.17.90.pot is probably faulty:
#: config/tc-avr.c:1079 config/tc-avr.c:1095 config/tc-avr.c:1209
#: config/tc-msp430.c:2009 config/tc-msp430.c:2027
#, c-format
msgid "odd address operand: %ld"
An example how this error message is used:
if (value & 1)
as_bad_where (fixP->fx_file, fixP->fx_line,
_("odd address operand: %ld"), value);
It should be "even address operand: %ld", shouldn't it?
--
Summary: Error message mismatch with the described action
Product: binutils
Version: 2.17
Status: NEW
Severity: normal
Priority: P2
Component: gas
AssignedTo: unassigned at sources dot redhat dot com
ReportedBy: karvjorm at users dot sourceforge dot net
CC: bug-binutils at gnu dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=5086
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
- [Bug gas/5086] New: Error message mismatch with the described action,
karvjorm at users dot sourceforge dot net <=