PR 10437
[deliverable/binutils-gdb.git] / gas / config / tc-spu.c
index bc61b279b038303e9dcb0a9e816159402a8e0154..6fbe4d52e2ae8e0164b9a7dff9fdcae47ae0443d 100644 (file)
@@ -1003,7 +1003,7 @@ md_apply_fix (fixS *fixP, valueT *valP, segT seg ATTRIBUTE_UNUSED)
          int lo = arg_encode[fixP->tc_fix_data.arg_format].lo;
          if (hi > lo && ((offsetT) val < lo || (offsetT) val > hi))
            as_bad_where (fixP->fx_file, fixP->fx_line,
-                         "Relocation doesn't fit. (relocation value = 0x%lx)",
+                         _("Relocation doesn't fit. (relocation value = 0x%lx)"),
                          (long) val);
        }
 
This page took 0.042548 seconds and 4 git commands to generate.