forked from Imagelibrary/binutils-gdb
* cpu-mips.c (mips_compatible): Don't try to check machine
compatibility.
This commit is contained in:
@@ -37,11 +37,8 @@ mips_compatible (a, b)
|
||||
if (a->arch != b->arch)
|
||||
return NULL;
|
||||
|
||||
if (a->mach > b->mach)
|
||||
return a;
|
||||
|
||||
if (b->mach > a->mach)
|
||||
return b;
|
||||
/* Machine compatibility is checked in
|
||||
_bfd_mips_elf_merge_private_bfd_data. */
|
||||
|
||||
return a;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user