Add support for maxq10 and maxq20 machine values
[deliverable/binutils-gdb.git] / bfd / bfd-in2.h
index bc497ca6f3db2b8cf5e9fad0a19219a77d45d634..fe4116149cf27e52955019e669d6f0ddadc6e62e 100644 (file)
@@ -1808,6 +1808,8 @@ enum bfd_architecture
   bfd_arch_xtensa,    /* Tensilica's Xtensa cores.  */
 #define bfd_mach_xtensa        1
    bfd_arch_maxq,     /* Dallas MAXQ 10/20 */
+#define bfd_mach_maxq10    10
+#define bfd_mach_maxq20    20
   bfd_arch_last
   };
 
This page took 0.024474 seconds and 4 git commands to generate.