PR gas/5100
* arc-opc.c (insert_offset): Fix spelling mistake in error message.
This commit is contained in:
parent
1f7a4e4204
commit
9f39ef2bb8
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2007-10-04 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
PR gas/5100
|
||||||
|
* arc-opc.c (insert_offset): Fix spelling mistake in error
|
||||||
|
message.
|
||||||
|
|
||||||
2007-10-03 H.J. Lu <hongjiu.lu@intel.com>
|
2007-10-03 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* i386-dis.c (OP_REG): Set add to 0 only when needed.
|
* i386-dis.c (OP_REG): Set add to 0 only when needed.
|
||||||
|
|
|
@ -665,7 +665,7 @@ insert_offset (arc_insn insn,
|
||||||
before we lose info about them. */
|
before we lose info about them. */
|
||||||
if ((insn & I(-1)) == I(1))
|
if ((insn & I(-1)) == I(1))
|
||||||
{
|
{
|
||||||
*errmsg = _("to many shimms in load");
|
*errmsg = _("too many shimms in load");
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
if (limm_p && operand->flags & ARC_OPERAND_LOAD)
|
if (limm_p && operand->flags & ARC_OPERAND_LOAD)
|
||||||
|
|
Loading…
Reference in a new issue