mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-05 21:50:21 +08:00
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate. * cpu-avr.c (compatible): Don't use hard-coded mach constants. * cpu-powerpc.c (powerpc_compatible): Likewise. * cpu-rs6000.c (rs6000_compatible): Likewise.
This commit is contained in:
@ -46,7 +46,7 @@ rs6000_compatible (a,b)
|
||||
case bfd_arch_rs6000:
|
||||
return bfd_default_compatible (a, b);
|
||||
case bfd_arch_powerpc:
|
||||
if (b->mach == 0)
|
||||
if (b->mach == bfd_mach_rs6k)
|
||||
return b;
|
||||
return NULL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user