2002-03-14 Chris G. Demetriou <cgd@broadcom.com>
* mips-dis.c (mips_isa_type): Fix formatting of bfd_mach_mipsisa32 and bfd_mach_mipsisa64 cases to match the rest.
This commit is contained in:
parent
a4db0f0748
commit
eb7b56d007
@ -1,3 +1,8 @@
|
||||
2002-03-14 Chris G. Demetriou <cgd@broadcom.com>
|
||||
|
||||
* mips-dis.c (mips_isa_type): Fix formatting of bfd_mach_mipsisa32
|
||||
and bfd_mach_mipsisa64 cases to match the rest.
|
||||
|
||||
2002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
|
||||
|
||||
* po/fr.po: Updated version.
|
||||
|
@ -376,12 +376,12 @@ mips_isa_type (mach, isa, cputype)
|
||||
*isa = ISA_MIPS64 | INSN_SB1;
|
||||
break;
|
||||
case bfd_mach_mipsisa32:
|
||||
* cputype = CPU_MIPS32;
|
||||
* isa = ISA_MIPS32;
|
||||
*cputype = CPU_MIPS32;
|
||||
*isa = ISA_MIPS32;
|
||||
break;
|
||||
case bfd_mach_mipsisa64:
|
||||
* cputype = CPU_MIPS64;
|
||||
* isa = ISA_MIPS64;
|
||||
*cputype = CPU_MIPS64;
|
||||
*isa = ISA_MIPS64;
|
||||
break;
|
||||
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user