+2015-07-28 Robert Suchanek <robert.suchanek@imgtec.com>
+
+ * config/tc-mips.c (mips_cpu_info_table): Add m5100 and m5101 entries.
+ * doc/c-mips.texi: Document m5100 and m5101 for -march=.
+
2015-07-28 Robert Suchanek <robert.suchanek@imgtec.com>
* config/tc-mips.c (mips_cpu_info_table): Add interaptiv entry.
{ "1004kf1_1", 0, ASE_DSP | ASE_MT, ISA_MIPS32R2, CPU_MIPS32R2 },
/* interaptiv is the new name for 1004kf */
{ "interaptiv", 0, ASE_DSP | ASE_MT, ISA_MIPS32R2, CPU_MIPS32R2 },
+ /* M5100 family */
+ { "m5100", 0, ASE_MCU, ISA_MIPS32R5, CPU_MIPS32R5 },
+ { "m5101", 0, ASE_MCU, ISA_MIPS32R5, CPU_MIPS32R5 },
/* P5600 with EVA and Virtualization ASEs, other ASEs are optional. */
{ "p5600", 0, ASE_VIRT | ASE_EVA | ASE_XPA, ISA_MIPS32R5, CPU_MIPS32R5 },