aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-frv.c
diff options
context:
space:
mode:
Diffstat (limited to 'gas/config/tc-frv.c')
-rw-r--r--gas/config/tc-frv.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/config/tc-frv.c b/gas/config/tc-frv.c
index 5ef9971..dd55c46 100644
--- a/gas/config/tc-frv.c
+++ b/gas/config/tc-frv.c
@@ -404,7 +404,7 @@ md_parse_option (c, arg)
else
{
- as_fatal ("Unknown cpu -mcpu=%s", arg);
+ as_fatal (_("Unknown cpu -mcpu=%s"), arg);
return 0;
}
@@ -1700,7 +1700,7 @@ frv_pic_ptr (nbytes)
if (*input_line_pointer == ')')
input_line_pointer++;
else
- as_bad ("missing ')'");
+ as_bad (_("missing ')'"));
reloc_type = BFD_RELOC_FRV_FUNCDESC;
}
else if (strncasecmp (input_line_pointer, "tlsmoff(", 8) == 0)
@@ -1710,7 +1710,7 @@ frv_pic_ptr (nbytes)
if (*input_line_pointer == ')')
input_line_pointer++;
else
- as_bad ("missing ')'");
+ as_bad (_("missing ')'"));
reloc_type = BFD_RELOC_FRV_TLSMOFF;
}
else