--- Additional Comments From hp at bitrange dot com 2007-10-07 22:01
---
Subject: Re: New: 4th range checking mismatch in config/tc-cris.c
On Sun, 7 Oct 2007, karvjorm at users dot sourceforge dot net wrote:
> #: config/tc-cris.c:3653
> #, c-format
> msgid "Value not in 8 bit range: %l
--- Additional Comments From hp at bitrange dot com 2007-10-07 22:00
---
Subject: Re: New: Another bit range checking mismatch in
config/tc-cris.c
n Sun, 7 Oct 2007, karvjorm at users dot sourceforge dot net wrote:
> #: config/tc-cris.c:2120 config/tc-cris.c:2171
> #, c-format
> msgi
--- Additional Comments From hp at bitrange dot com 2007-10-07 22:00
---
Subject: Re: New: Third bit range checking mismatch in
config/tc-cris.c
On Sun, 7 Oct 2007, karvjorm at users dot sourceforge dot net wrote:
> #: config/tc-cris.c:3631
> #, c-format
> msgid "Value not in 16 bit
--- Additional Comments From hp at bitrange dot com 2007-10-07 21:59
---
Subject: Re: New: Bit range mismatch in config/tc-cris.c
On Sun, 7 Oct 2007, karvjorm at users dot sourceforge dot net wrote:
> The following error message is a bit limited:
>
> #: config/tc-cris.c:2110 config/tc-
On Sun, 7 Oct 2007, karvjorm at users dot sourceforge dot net wrote:
#: 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.
See PR 5140.
__
On Sun, 7 Oct 2007, karvjorm at users dot sourceforge dot net wrote:
#: 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 0x...-32768 is a
bit greater than 16 bits.
This is getting tedious, see PR 5139.
_
n Sun, 7 Oct 2007, karvjorm at users dot sourceforge dot net wrote:
#: config/tc-cris.c:2120 config/tc-cris.c:2171
#, c-format
msgid "Immediate value not in 16 bit range: %ld"
The error message above is not quite correct, because range -32768...65535 is a
bit greater than 16 bits.
Same reply
On Sun, 7 Oct 2007, karvjorm at users dot sourceforge dot net wrote:
The following error message is a bit limited:
#: config/tc-cris.c:2110 config/tc-cris.c:2150
#, c-format
msgid "Immediate value not in 8 bit range: %ld"
source code:
if (instruction->imm_oprnd_size == SIZE_FIELD
&& (out_insn
The following messages are missing in gas-2.17.90.pot
#: config/tc-frv.c:407
#, c-format
msgid "Unknown cpu -mcpu=%s"
#: config/tc-frv.c:646
#, c-format
msgid "\nVliw Insn #%d, #insns: %d\n"
#: config/tc-frv.c:651
#, c-format
msgid "Label Value: %p\n"
#: config/tc-frv.c:653
#, c-format
msgid "%
The following msgids are not included in gas-2.17.90.pot. "Invalid operands" is
a new msgid for gas-2.17.90.pot
#: config/tc-i860.c:227 config/tc-mips.c:1761 config/tc-dlx.c:290
#, c-format
msgid "internal error: can't hash `%s': %s\n"
#: config/tc-dlx.c:892
msgid "Invalid operands"
#: config/tc
#: 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,
#: 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 0x...-32768 is a
bit greater than 16 bits.
The error message
case BFD_RELOC_16:
case BFD_RELOC_16_PCREL:
if (val > 0x || val < -32768)
as_bad_wher
#: config/tc-cris.c:2120 config/tc-cris.c:2171
#, c-format
msgid "Immediate value not in 16 bit range: %ld"
The error message above is not quite correct, because range -32768...65535 is a
bit greater than 16 bits.
if (instruction->imm_oprnd_size == SIZE_FIELD
&& (out_insnp->expr.X_add_number <
The following error message is a bit limited:
#: config/tc-cris.c:2110 config/tc-cris.c:2150
#, c-format
msgid "Immediate value not in 8 bit range: %ld"
source code:
if (instruction->imm_oprnd_size == SIZE_FIELD
&& (out_insnp->expr.X_add_number < -128
|| out_insnp->expr.X_add_number > 255)
14 matches
Mail list logo