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-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to