* interp.c (trap): Fix irix incompatibility.
authorSteve Chamberlain <sac@cygnus>
Fri, 27 May 1994 02:06:14 +0000 (02:06 +0000)
committerSteve Chamberlain <sac@cygnus>
Fri, 27 May 1994 02:06:14 +0000 (02:06 +0000)
* run.c (main): open without specifying file type.

sim/sh/run.c

index fae062cc05e846c2f0f384ba5afda78aeccb9ae9..d92576c47be4f9bf4d0d33f32c6f60db7c7f00b0 100644 (file)
@@ -74,7 +74,7 @@ main (ac, av)
     {
       printf ("run %s\n", name);
     }
-  abfd = bfd_openr (name, "coff-sh");
+  abfd = bfd_openr (name, "");
   if (abfd)
     {
 
This page took 0.024554 seconds and 4 git commands to generate.