From: Steve Chamberlain Date: Tue, 28 Jun 1994 01:05:38 +0000 (+0000) Subject: Specify the file type. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0a240100604929ff2ae5a498c55d253e131b6684;p=binutils-gdb.git Specify the file type. --- diff --git a/sim/sh/run.c b/sim/sh/run.c index d92576c47be..fae062cc05e 100644 --- a/sim/sh/run.c +++ b/sim/sh/run.c @@ -74,7 +74,7 @@ main (ac, av) { printf ("run %s\n", name); } - abfd = bfd_openr (name, ""); + abfd = bfd_openr (name, "coff-sh"); if (abfd) {