This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

fix xlr


Maciej noticed this a few days ago. I've committed this obvious patch of his.

nathan
--
Nathan Sidwell    ::   http://www.codesourcery.com   ::         CodeSourcery

2010-05-06  Maciej W. Rozycki <macro@codesourcery.com>

	* cpu-mips.c (arch_info_struct): Fixup XLR entry.

Index: cpu-mips.c
===================================================================
RCS file: /cvs/src/src/bfd/cpu-mips.c,v
retrieving revision 1.32
diff -c -3 -p -r1.32 cpu-mips.c
*** cpu-mips.c	2 Sep 2009 07:18:36 -0000	1.32
--- cpu-mips.c	6 May 2010 10:20:47 -0000
*************** static const bfd_arch_info_type arch_inf
*** 131,137 ****
    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)
  };
  
  /* The default architecture is mips:3000, but with a machine number of
--- 131,137 ----
    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, NN(I_xlr))
  };
  
  /* The default architecture is mips:3000, but with a machine number of

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]