Tidy up formatting in bfd-in2.h
[deliverable/binutils-gdb.git] / bfd / archures.c
index 18925e3f5748ed9d4c44d1c0db8ec2d7b1ac47d8..19d862ed79260124363ffbb90ccd23e7a2ea5846 100644 (file)
@@ -258,6 +258,9 @@ DESCRIPTION
 .#define bfd_mach_s390_esa      0
 .#define bfd_mach_s390_esame    1
 .  bfd_arch_openrisc,  {* OpenRISC *}
+.  bfd_arch_mmix,      {* Donald Knuth's educational processor *}
+.  bfd_arch_xstormy16,
+.#define bfd_mach_xstormy16    0
 .  bfd_arch_last
 .  };
 */
@@ -336,6 +339,8 @@ extern const bfd_arch_info_type bfd_avr_arch;
 extern const bfd_arch_info_type bfd_ia64_arch;
 extern const bfd_arch_info_type bfd_s390_arch;
 extern const bfd_arch_info_type bfd_openrisc_arch;
+extern const bfd_arch_info_type bfd_mmix_arch;
+extern const bfd_arch_info_type bfd_xstormy16_arch;
 
 static const bfd_arch_info_type * const bfd_archures_list[] = {
 #ifdef SELECT_ARCHITECTURES
@@ -383,6 +388,8 @@ static const bfd_arch_info_type * const bfd_archures_list[] = {
   &bfd_ia64_arch,
   &bfd_s390_arch,
   &bfd_openrisc_arch,
+  &bfd_mmix_arch,
+  &bfd_xstormy16_arch,
 #endif
   0
 };
This page took 0.025613 seconds and 4 git commands to generate.