aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote.c
diff options
context:
space:
mode:
authorPierre Muller <muller@sourceware.org>2011-03-18 14:22:35 +0000
committerPierre Muller <muller@sourceware.org>2011-03-18 14:22:35 +0000
commit7ea6d463301c868bdde9f549bd8aa9a502b2c55d (patch)
treed7b24a8d9f1e61b2bc222b04dde70788b1932c96 /gdb/remote.c
parent001083c66cb62fae2fee8c7618cdd14145842cec (diff)
downloadgdb-7ea6d463301c868bdde9f549bd8aa9a502b2c55d.zip
gdb-7ea6d463301c868bdde9f549bd8aa9a502b2c55d.tar.gz
gdb-7ea6d463301c868bdde9f549bd8aa9a502b2c55d.tar.bz2
ARI fixes: Add missing internationalization markups throughout
C source files. * darwin-nat-info.c: Ditto. * record.c: Ditto. * remote.c: Ditto. * mi/mi-main.c: Ditto.
Diffstat (limited to 'gdb/remote.c')
-rw-r--r--gdb/remote.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/remote.c b/gdb/remote.c
index b3323f9..0c2d701 100644
--- a/gdb/remote.c
+++ b/gdb/remote.c
@@ -3537,7 +3537,7 @@ remote_set_permissions (void)
/* If the target didn't like the packet, warn the user. Do not try
to undo the user's settings, that would just be maddening. */
if (strcmp (rs->buf, "OK") != 0)
- warning ("Remote refused setting permissions with: %s", rs->buf);
+ warning (_("Remote refused setting permissions with: %s"), rs->buf);
}
/* This type describes each known response to the qSupported
@@ -4549,7 +4549,7 @@ remote_resume (struct target_ops *ops,
{
/* We don't pass signals to the target in reverse exec mode. */
if (info_verbose && siggnal != TARGET_SIGNAL_0)
- warning (" - Can't pass signal %d to target in reverse: ignored.\n",
+ warning (_(" - Can't pass signal %d to target in reverse: ignored."),
siggnal);
if (step