Add support for h8300hn and h8300sn
[deliverable/binutils-gdb.git] / bfd / bfd-in2.h
index 802d39507f55a8a2cddb117c11488d4d65337a11..d23a0b7a6b006a131d6dd930d8341e86c9b9ced8 100644 (file)
@@ -1630,9 +1630,11 @@ enum bfd_architecture
   bfd_arch_m98k,      /* Motorola 98xxx */
   bfd_arch_pyramid,   /* Pyramid Technology */
   bfd_arch_h8300,     /* Renesas H8/300 (formerly Hitachi H8/300) */
-#define bfd_mach_h8300   1
-#define bfd_mach_h8300h  2
-#define bfd_mach_h8300s  3
+#define bfd_mach_h8300    1
+#define bfd_mach_h8300h   2
+#define bfd_mach_h8300s   3
+#define bfd_mach_h8300hn  4
+#define bfd_mach_h8300sn  5
   bfd_arch_pdp11,     /* DEC PDP-11 */
   bfd_arch_powerpc,   /* PowerPC */
 #define bfd_mach_ppc           32
This page took 0.034248 seconds and 4 git commands to generate.