* nm.c (display_rel_file): Treat bfd_error_no_symbols as

non-fatal.
This commit is contained in:
Nick Clifton 2013-10-25 09:29:07 +01:00 committed by Tom Tromey
parent bf26dcc6ae
commit 9993a35510
1 changed files with 1 additions and 1 deletions

View File

@ -1016,7 +1016,7 @@ display_rel_file (bfd *abfd, bfd *archive_bfd)
non_fatal (_("%s: no symbols"), bfd_get_filename (abfd));
return;
}
bfd_fatal (bfd_get_filename (abfd));
}