X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=gdb%2Fremote-e7000.c;h=afc6d6b506fc5b90d13b2ee93b65504e6b7fd930;hb=176a609774ffd6785f28563d281c86ead62825de;hp=6c4cdf006de8b6bbe6041dc531313cba41c8667d;hpb=6238dc8f6eb2eadb669472532511443263c62a4e;p=pf3gnuchains%2Fpf3gnuchains3x.git diff --git a/gdb/remote-e7000.c b/gdb/remote-e7000.c index 6c4cdf006d..afc6d6b506 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;