* nrun.c (main): Exit if bfd_openr fails.

Call bfd_check_format after bfd_openr.
This commit is contained in:
Doug Evans 1997-10-22 02:12:41 +00:00
parent 897a1d7863
commit 2328ef1c98
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
Tue Oct 21 18:37:57 1997 Doug Evans <devans@canuck.cygnus.com>
* nrun.c (main): Remove useless test of name != NULL.
Exit if bfd_openr fails. Call bfd_check_format after bfd_openr.
Tue Oct 21 10:42:38 1997 Andrew Cagney <cagney@b1.cygnus.com>