gas and ld pluralization fixes
[deliverable/binutils-gdb.git] / gas / config / xtensa-relax.c
index 82f1d034b70e34deaef190c3773a3851b0e622a6..97939e195d9dfdf349daebcddb727e0153297b44 100644 (file)
@@ -1764,7 +1764,9 @@ build_transition (insn_pattern *initial_insn,
          /* Check for the right number of ops.  */
          if (xtensa_opcode_num_operands (isa, bi->opcode)
              != (int) operand_count)
-           as_fatal (_("opcode '%s': replacement does not have %d ops"),
+           as_fatal (ngettext ("opcode '%s': replacement does not have %d op",
+                               "opcode '%s': replacement does not have %d ops",
+                               xtensa_opcode_num_operands (isa, bi->opcode)),
                      opcode_name,
                      xtensa_opcode_num_operands (isa, bi->opcode));
        }
This page took 0.024047 seconds and 4 git commands to generate.