gas and ld pluralization fixes
[deliverable/binutils-gdb.git] / gas / config / tc-i370.c
index 995aa4c79131f756faef21046c3d08d9ffe4c475..a6838b1127d837aee6338d4db8d3dc0ace7a36bb 100644 (file)
@@ -680,7 +680,9 @@ i370_elf_cons (int nbytes)   /* 1=.byte, 2=.word, 4=.long.  */
           int size = bfd_get_reloc_size (reloc_howto);
 
           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.023677 seconds and 4 git commands to generate.