* mt.opc (parse_imm16): Apply 2007-09-26 opcodes/mt-asm.c change

to source.
This commit is contained in:
Alan Modra 2008-01-29 03:50:23 +00:00
parent fe4eaaf48a
commit 90518ff484
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2008-01-29 Alan Modra <amodra@bigpond.net.au>
* mt.opc (parse_imm16): Apply 2007-09-26 opcodes/mt-asm.c change
to source.
2007-10-22 Hans-Peter Nilsson <hp@axis.com>
* cris.cpu (movs, movu): Use result of extension operation when

View File

@ -1,5 +1,5 @@
/* Morpho Technologies mRISC opcode support, for GNU Binutils. -*- C -*-
Copyright 2001, 2007 Free Software Foundation, Inc.
Copyright 2001, 2007, 2008 Free Software Foundation, Inc.
Contributed by Red Hat Inc; developed under contract from
Morpho Technologies.
@ -190,7 +190,7 @@ parse_imm16 (CGEN_CPU_DESC cd,
break;
default:
errmsg = _("%operator operand is not a symbol");
errmsg = _("The percent-operator's operand is not a symbol");
break;
}
}