projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fd6553
)
* interp.c (trap): Fix irix incompatibility.
author
Steve Chamberlain
<sac@cygnus>
Fri, 27 May 1994 02:06:14 +0000
(
02:06
+0000)
committer
Steve 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
patch
|
blob
|
history
diff --git
a/sim/sh/run.c
b/sim/sh/run.c
index fae062cc05e846c2f0f384ba5afda78aeccb9ae9..d92576c47be4f9bf4d0d33f32c6f60db7c7f00b0 100644
(file)
--- 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)
{