aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-e7000.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/remote-e7000.c')
-rw-r--r--gdb/remote-e7000.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/remote-e7000.c b/gdb/remote-e7000.c
index 6c4cdf0..afc6d6b 100644
--- a/gdb/remote-e7000.c
+++ b/gdb/remote-e7000.c
@@ -788,7 +788,7 @@ fetch_regs_from_dump (int (*nextchar) (), char *want)
int thischar = nextchar ();
if (want == NULL)
- internal_error (__FILE__, __LINE__, "Register set not selected.");
+ internal_error (__FILE__, __LINE__, _("Register set not selected."));
while (*want)
{
@@ -877,7 +877,7 @@ fetch_regs_from_dump (int (*nextchar) (), char *want)
}
else
- internal_error (__FILE__, __LINE__, "failed internal consistency check");
+ internal_error (__FILE__, __LINE__, _("failed internal consistency check"));
}
store_signed_integer (buf,
register_size (current_gdbarch, regno),
@@ -2112,7 +2112,7 @@ e7000_wait (ptid_t ptid, struct target_waitstatus *status)
break;
default:
/* Get the user's attention - this should never happen. */
- internal_error (__FILE__, __LINE__, "failed internal consistency check");
+ internal_error (__FILE__, __LINE__, _("failed internal consistency check"));
}
return inferior_ptid;