From 37cc8ec1be0959c1878e79fd2baed888da4a2775 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Fri, 7 Apr 2000 04:34:50 +0000 Subject: A mostly cosmetic tidy up of warnings and error message reporting. --- binutils/rescoff.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'binutils/rescoff.c') diff --git a/binutils/rescoff.c b/binutils/rescoff.c index 64cf572..45161c3 100644 --- a/binutils/rescoff.c +++ b/binutils/rescoff.c @@ -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); -- cgit v1.1