mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
A mostly cosmetic tidy up of warnings and error message reporting.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user