From: Doug Evans Date: Wed, 22 Oct 1997 02:12:41 +0000 (+0000) Subject: * nrun.c (main): Exit if bfd_openr fails. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2328ef1c9815f27863ca176608f87cd4c2ba3665;p=binutils-gdb.git * nrun.c (main): Exit if bfd_openr fails. Call bfd_check_format after bfd_openr. --- diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index aeb7597dd4f..77d62e4e434 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,6 +1,7 @@ Tue Oct 21 18:37:57 1997 Doug Evans * 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