revert erroneous commit
This commit is contained in:
parent
8796c8196f
commit
0c4c2b4930
@ -1,7 +1,3 @@
|
|||||||
2010-05-06 Maciej W. Rozycki <macro@codesourcery.com>
|
|
||||||
|
|
||||||
* cpu-mips.c (arch_info_struct): Fixup XLR entry.
|
|
||||||
|
|
||||||
2010-05-05 Nick Clifton <nickc@redhat.com>
|
2010-05-05 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* po/es.po: Updated Spanish translation.
|
* po/es.po: Updated Spanish translation.
|
||||||
|
@ -131,7 +131,7 @@ static const bfd_arch_info_type arch_info_struct[] =
|
|||||||
N (64, 64, bfd_mach_mips_loongson_2e, "mips:loongson_2e", FALSE, NN(I_loongson_2e)),
|
N (64, 64, bfd_mach_mips_loongson_2e, "mips:loongson_2e", FALSE, NN(I_loongson_2e)),
|
||||||
N (64, 64, bfd_mach_mips_loongson_2f, "mips:loongson_2f", FALSE, NN(I_loongson_2f)),
|
N (64, 64, bfd_mach_mips_loongson_2f, "mips:loongson_2f", FALSE, NN(I_loongson_2f)),
|
||||||
N (64, 64, bfd_mach_mips_octeon,"mips:octeon", FALSE, NN(I_mipsocteon)),
|
N (64, 64, bfd_mach_mips_octeon,"mips:octeon", FALSE, NN(I_mipsocteon)),
|
||||||
N (64, 64, bfd_mach_mips_xlr, "mips:xlr", FALSE, NN(I_xlr))
|
N (64, 64, bfd_mach_mips_xlr, "mips:xlr", FALSE, 0)
|
||||||
};
|
};
|
||||||
|
|
||||||
/* The default architecture is mips:3000, but with a machine number of
|
/* The default architecture is mips:3000, but with a machine number of
|
||||||
|
Loading…
Reference in New Issue
Block a user