| SEC_READONLY | SEC_HAS_CONTENTS
| SEC_DATA));
if (sec == NULL)
- info->callbacks->einfo (
- _ ("%F%P: failed to create GNU property section\n"));
+ info->callbacks->fatal (
+ _("%P: failed to create GNU property section\n"));
elf_section_type (sec) = SHT_NOTE;
}
/* ibfd needs to be closed *after* obfd, otherwise ld may crash with a
segmentation fault. */
if (!bfd_close (ibfd))
- einfo (_("%P%F: failed to close input\n"));
+ fatal (_("%P: failed to close input\n"));
/* Must be freed after bfd_close (). */
free (isympp);
/* Must unlink to ensure rename works on Windows. */
if (unlink (output_filename) && errno != ENOENT)
- einfo (_("%P%F: failed to unlink %s\n"), output_filename);
+ fatal (_("%P: failed to unlink %s\n"), output_filename);
if (rename (ofilename, output_filename))
{