diff options
author | Alan Modra <amodra@gmail.com> | 2008-01-29 03:50:23 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2008-01-29 03:50:23 +0000 |
commit | 90518ff484bccecf218e6e0b3964d0a0ccec40de (patch) | |
tree | ca8d5c93f9e3a1185581c00142f0f00dc458824f /cpu/mt.opc | |
parent | fe4eaaf48abf376e880f7ad7660769d809fef8e2 (diff) | |
download | gdb-90518ff484bccecf218e6e0b3964d0a0ccec40de.zip gdb-90518ff484bccecf218e6e0b3964d0a0ccec40de.tar.gz gdb-90518ff484bccecf218e6e0b3964d0a0ccec40de.tar.bz2 |
* mt.opc (parse_imm16): Apply 2007-09-26 opcodes/mt-asm.c change
to source.
Diffstat (limited to 'cpu/mt.opc')
-rw-r--r-- | cpu/mt.opc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; } } |