* config/tc-ppc.c (md_show_usage): Remove -l and -b. Add -K PIC.
[deliverable/binutils-gdb.git] / binutils / resrc.c
index a72a23f631739b418018c9a8926fc7f34af90c1c..0a14ad23fba2f12e293c2bb72cfdaf0b161d4510 100644 (file)
@@ -281,7 +281,7 @@ run_cmd (char *cmd, const char *redir)
 
   if (pid == -1)
     {
-      fatal (_("%s %s: %s"), errmsg_fmt, errmsg_arg, strerror (errno));
+      fatal ("%s %s: %s", errmsg_fmt, errmsg_arg, strerror (errno));
       return 1;
     }
 
@@ -628,7 +628,7 @@ yyerror (const char *msg)
 void
 rcparse_warning (const char *msg)
 {
-  fprintf (stderr, _("%s:%d: %s\n"), rc_filename, rc_lineno, msg);
+  fprintf (stderr, "%s:%d: %s\n", rc_filename, rc_lineno, msg);
 }
 
 /* Die if we get an unexpected end of file.  */
This page took 0.023861 seconds and 4 git commands to generate.