static const bfd_arch_info_type arch_info_struct[] =
{
- N (bfd_mach_ft32, "ft32", false, &arch_info_struct[1]),
N (bfd_mach_ft32b, "ft32b", false, NULL)
};
};
const bfd_arch_info_type bfd_nds32_arch =
- N (bfd_mach_n1, "n1h", true, NEXT);
+ N (bfd_mach_n1, "n1", true, NEXT);
bfd_default_compatible, bfd_default_scan, \
bfd_arch_default_fill, next, 0 }
-static const bfd_arch_info_type arch_info_struct[3] =
+static const bfd_arch_info_type arch_info_struct[2] =
{
- N (bfd_mach_rx, "rx", 3, false, arch_info_struct + 1),
- N (bfd_mach_rx_v2, "rx:v2", 3, false, arch_info_struct + 2),
+ N (bfd_mach_rx_v2, "rx:v2", 3, false, arch_info_struct + 1),
N (bfd_mach_rx_v3, "rx:v3", 3, false, NULL)
};