info->callbacks->einfo
/* xgettext:c-format */
(_("%pB: TLS transition from %s to %s against `%s' at 0x%v in "
- "section `%pA' failed"),
+ "section `%pA' failed\n"),
abfd, from_reloc_name, to_reloc_name, name, rel->r_offset,
asect);
break;
info->callbacks->einfo
/* xgettext:c-format */
(_("%pB(%pA+0x%v): relocation %s against `%s' must be used "
- "in ADD only"),
+ "in ADD only\n"),
abfd, asect, rel->r_offset, from_reloc_name, name);
break;
info->callbacks->einfo
/* xgettext:c-format */
(_("%pB(%pA+0x%v): relocation %s against `%s' must be used "
- "in ADD or MOV only"),
+ "in ADD or MOV only\n"),
abfd, asect, rel->r_offset, from_reloc_name, name);
break;
info->callbacks->einfo
/* xgettext:c-format */
(_("%pB(%pA+0x%v): relocation %s against `%s' must be used "
- "in ADD, SUB or MOV only"),
+ "in ADD, SUB or MOV only\n"),
abfd, asect, rel->r_offset, from_reloc_name, name);
break;
info->callbacks->einfo
/* xgettext:c-format */
(_("%pB(%pA+0x%v): relocation %s against `%s' must be used "
- "in indirect CALL only"),
+ "in indirect CALL only\n"),
abfd, asect, rel->r_offset, from_reloc_name, name);
break;
info->callbacks->einfo
/* xgettext:c-format */
(_("%pB(%pA+0x%v): relocation %s against `%s' must be used "
- "in LEA only"),
+ "in LEA only\n"),
abfd, asect, rel->r_offset, from_reloc_name, name);
break;