diff options
author | Nick Clifton <nickc@redhat.com> | 2007-09-26 16:07:18 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-09-26 16:07:18 +0000 |
commit | 168411b181bae47b6331dcee438ac6b3233016f9 (patch) | |
tree | 944fd4dc81374faf9b01a6ac8dda4ac16b2ac8cb /opcodes/mips-dis.c | |
parent | 3e9313abcf349e884f87c3f74104d50b06c37f5f (diff) | |
download | gdb-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/mips-dis.c')
-rw-r--r-- | opcodes/mips-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/mips-dis.c b/opcodes/mips-dis.c index 3f09294..2c42b49 100644 --- a/opcodes/mips-dis.c +++ b/opcodes/mips-dis.c @@ -1208,7 +1208,7 @@ print_insn_args (const char *d, default: /* xgettext:c-format */ (*info->fprintf_func) (info->stream, - _("# internal error, undefined modifier(%c)"), + _("# internal error, undefined modifier (%c)"), *d); return; } |