bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/5141] New: 4th range checking mismatch in config/tc-cris.c


From: karvjorm at users dot sourceforge dot net
Subject: [Bug gas/5141] New: 4th range checking mismatch in config/tc-cris.c
Date: 7 Oct 2007 13:22:07 -0000

#: config/tc-cris.c:3653
#, c-format
msgid "Value not in 8 bit range: %ld"

The error message above is not quite correct, because range 255...-128 is a
bit greater than 8 bits.

case BFD_RELOC_8:
case BFD_RELOC_8_PCREL:
  if (val > 255 || val < -128)
    as_bad_where (fixP->fx_file, fixP->fx_line, _("Value not in 8 bit range:
%ld"), val);

-- 
           Summary: 4th range checking mismatch in config/tc-cris.c
           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=5141

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]