aboutsummaryrefslogtreecommitdiff
path: root/sim/sh
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1994-06-28 01:05:38 +0000
committerSteve Chamberlain <sac@cygnus>1994-06-28 01:05:38 +0000
commit0a240100604929ff2ae5a498c55d253e131b6684 (patch)
tree57009c421ef071cc0a38dec9e928fd00b37fff27 /sim/sh
parentaa48187bd35f26d2635038ca3297699be93a836c (diff)
downloadbinutils-0a240100604929ff2ae5a498c55d253e131b6684.zip
binutils-0a240100604929ff2ae5a498c55d253e131b6684.tar.gz
binutils-0a240100604929ff2ae5a498c55d253e131b6684.tar.bz2
Specify the file type.
Diffstat (limited to 'sim/sh')
-rw-r--r--sim/sh/run.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/sh/run.c b/sim/sh/run.c
index d92576c..fae062c 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)
{