* cpu-mips.c (arch_info_struct): Fixup XLR entry.
authorNathan Sidwell <nathan@codesourcery.com>
Thu, 6 May 2010 10:22:51 +0000 (10:22 +0000)
committerNathan Sidwell <nathan@codesourcery.com>
Thu, 6 May 2010 10:22:51 +0000 (10:22 +0000)
bfd/ChangeLog
bfd/cpu-mips.c

index 9f2b50d8f3fa32f3243b665bafc7a74b3179914f..bfcce1ca2018b391216cc012ad02e6d05d4eedc2 100644 (file)
@@ -1,3 +1,7 @@
+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>
 
        * po/es.po: Updated Spanish translation.
index c0f532f0511ffe030fc9165901df893e8aee3be9..63f4582961f48ca3c06c551865f6f9334ed56675 100644 (file)
@@ -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_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_xlr, "mips:xlr",       FALSE, 0)
+  N (64, 64, bfd_mach_mips_xlr, "mips:xlr",       FALSE, NN(I_xlr))
 };
 
 /* The default architecture is mips:3000, but with a machine number of
This page took 0.045267 seconds and 4 git commands to generate.