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

The error message above is not quite correct, because range 0xffff...-32768 is a
bit greater than 16 bits.

The error message 
case BFD_RELOC_16:
case BFD_RELOC_16_PCREL:
  if (val > 0xffff || val < -32768)
    as_bad_where (fixP->fx_file, fixP->fx_line,
      _("Value not in 16 bit range: %ld"), val);

-- 
           Summary: Third bit 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=5140

------- 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