gas and ld pluralization fixes
[deliverable/binutils-gdb.git] / gas / config / tc-m68k.c
index 04e57f46e8e02e1d2034f65faa38a492633f58f1..cba07e24b21222ca03debea45c3018bf3a4ef9be 100644 (file)
@@ -8068,7 +8068,9 @@ m68k_elf_cons (int nbytes /* 4=.long */)
 
          if (size > nbytes)
            {
-             as_bad (_("%s relocations do not fit in %d bytes\n"),
+             as_bad (ngettext ("%s relocations do not fit in %u byte",
+                               "%s relocations do not fit in %u bytes",
+                               nbytes),
                      reloc_howto->name, nbytes);
            }
          else
This page took 0.023983 seconds and 4 git commands to generate.