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:
f4d2c0b
)
*** empty log message ***
author
Steve Chamberlain
<steve@cygnus>
Sat, 27 Jul 1991 01:31:02 +0000
(
01:31
+0000)
committer
Steve Chamberlain
<steve@cygnus>
Sat, 27 Jul 1991 01:31:02 +0000
(
01:31
+0000)
bfd/bout.c
patch
|
blob
|
history
diff --git
a/bfd/bout.c
b/bfd/bout.c
index 6e5d1bce43129cde8a734c258901179814fcba62..b30e660bdcd19675ea8bbac52974eb9bdb2beabf 100644
(file)
--- a/
bfd/bout.c
+++ b/
bfd/bout.c
@@
-657,6
+657,7
@@
b_out_set_arch_mach (abfd, arch, machine)
case bfd_mach_i960_xa:
case bfd_mach_i960_ca:
case bfd_mach_i960_ka_sa:
+ case 0:
return true;
default:
return false;
@@
-670,7
+671,7
@@
DEFUN(b_out_sizeof_headers,(abfd, exec),
bfd *abfd AND
boolean exec)
{
-return sizeof(struct internal_exec);
+
return sizeof(struct internal_exec);
}