A mostly cosmetic tidy up of warnings and error message reporting.

This commit is contained in:
Alan Modra
2000-04-07 04:34:50 +00:00
parent d311cd50fc
commit 37cc8ec1be
25 changed files with 626 additions and 662 deletions

View File

@@ -142,9 +142,7 @@ read_coff_rsrc (filename, target)
sec = bfd_get_section_by_name (abfd, ".rsrc");
if (sec == NULL)
{
fprintf (stderr, _("%s: %s: no resource section\n"), program_name,
filename);
xexit (1);
fatal (_("%s: no resource section"), filename);
}
size = bfd_section_size (abfd, sec);