mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 18:44:20 +08:00
* cpu-mips.c (mips_compatible): Don't try to check machine
compatibility.
This commit is contained in:
parent
165b8e33ee
commit
6dd1484515
@ -1,3 +1,8 @@
|
||||
2002-05-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
|
||||
|
||||
* cpu-mips.c (mips_compatible): Don't try to check machine
|
||||
compatibility.
|
||||
|
||||
2002-05-18 Tom Rix <trix@redhat.com>
|
||||
|
||||
* coff64-rs6000.c (_bfd_xcoff64_swap_aux_out): Fix C_FILE auxent.
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user