aboutsummaryrefslogtreecommitdiff
path: root/opcodes/mt-asm.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2007-09-26 16:07:18 +0000
committerNick Clifton <nickc@redhat.com>2007-09-26 16:07:18 +0000
commit168411b181bae47b6331dcee438ac6b3233016f9 (patch)
tree944fd4dc81374faf9b01a6ac8dda4ac16b2ac8cb /opcodes/mt-asm.c
parent3e9313abcf349e884f87c3f74104d50b06c37f5f (diff)
downloadgdb-168411b181bae47b6331dcee438ac6b3233016f9.zip
gdb-168411b181bae47b6331dcee438ac6b3233016f9.tar.gz
gdb-168411b181bae47b6331dcee438ac6b3233016f9.tar.bz2
* mt-asm.c (parse_imm16): Reword error message in order to allow it to be translated properly.
* ia64-gen.c (print_dependency_table): Likewise. * mips-dis.c (print_insn_args): Likewise.
Diffstat (limited to 'opcodes/mt-asm.c')
-rw-r--r--opcodes/mt-asm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/mt-asm.c b/opcodes/mt-asm.c
index c1660ed..1b0156e 100644
--- a/opcodes/mt-asm.c
+++ b/opcodes/mt-asm.c
@@ -154,7 +154,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;
}
}