*** empty log message ***

This commit is contained in:
Steve Chamberlain 1991-07-27 01:31:02 +00:00
parent f4d2c0bb48
commit 3a278e0450
1 changed files with 2 additions and 1 deletions

View File

@ -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);
}