diff options
author | Doug Evans <dje@google.com> | 1997-10-22 02:12:41 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1997-10-22 02:12:41 +0000 |
commit | 2328ef1c9815f27863ca176608f87cd4c2ba3665 (patch) | |
tree | 3d3c0072e51be36f3c3633ca62d52f4ecd6b7ed5 /sim | |
parent | 897a1d78634e6dbebb2c6924be609c4258b585f9 (diff) | |
download | gdb-2328ef1c9815f27863ca176608f87cd4c2ba3665.zip gdb-2328ef1c9815f27863ca176608f87cd4c2ba3665.tar.gz gdb-2328ef1c9815f27863ca176608f87cd4c2ba3665.tar.bz2 |
* nrun.c (main): Exit if bfd_openr fails.
Call bfd_check_format after bfd_openr.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/common/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index aeb7597..77d62e4 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -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> |