aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1994-05-27 02:06:14 +0000
committerSteve Chamberlain <sac@cygnus>1994-05-27 02:06:14 +0000
commit3d3e5651cf0fe7df62763f84ff5a8f92c61ecfe0 (patch)
tree7303b764bf420328e269946d0ba07c10b51ba607 /sim
parent1fd6553177c911fe64c1dbdb0126f69b7ca08ce0 (diff)
downloadfsf-binutils-gdb-3d3e5651cf0fe7df62763f84ff5a8f92c61ecfe0.zip
fsf-binutils-gdb-3d3e5651cf0fe7df62763f84ff5a8f92c61ecfe0.tar.gz
fsf-binutils-gdb-3d3e5651cf0fe7df62763f84ff5a8f92c61ecfe0.tar.bz2
* interp.c (trap): Fix irix incompatibility.
* run.c (main): open without specifying file type.
Diffstat (limited to 'sim')
-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 fae062c..d92576c 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, "coff-sh");
+ abfd = bfd_openr (name, "");
if (abfd)
{