mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-02 10:47:11 +08:00
*** empty log message ***
This commit is contained in:
@ -657,6 +657,7 @@ b_out_set_arch_mach (abfd, arch, machine)
|
|||||||
case bfd_mach_i960_xa:
|
case bfd_mach_i960_xa:
|
||||||
case bfd_mach_i960_ca:
|
case bfd_mach_i960_ca:
|
||||||
case bfd_mach_i960_ka_sa:
|
case bfd_mach_i960_ka_sa:
|
||||||
|
case 0:
|
||||||
return true;
|
return true;
|
||||||
default:
|
default:
|
||||||
return false;
|
return false;
|
||||||
@ -670,7 +671,7 @@ DEFUN(b_out_sizeof_headers,(abfd, exec),
|
|||||||
bfd *abfd AND
|
bfd *abfd AND
|
||||||
boolean exec)
|
boolean exec)
|
||||||
{
|
{
|
||||||
return sizeof(struct internal_exec);
|
return sizeof(struct internal_exec);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user