Automatic date update in version.in
[external/binutils.git] / bfd / cpu-rx.c
index 448f1e9..821edeb 100644 (file)
@@ -37,6 +37,36 @@ static const bfd_arch_info_type arch_info_struct[] =
     bfd_default_compatible,    /* Architecture comparison fn.  */
     bfd_default_scan,          /* String to architecture convert fn.  */
     bfd_arch_default_fill,     /* Default fill.  */
+    &arch_info_struct[1]       /* Next in list.  */
+  },
+  {
+    32,                                /* Bits per word.  */
+    32,                                /* Bits per address.  */
+    8,                         /* Bits per byte.  */
+    bfd_arch_rx,               /* Architecture.  */
+    bfd_mach_rx_v2,            /* Machine.  */
+    "rx:v2",                   /* Architecture name.  */
+    "rx:v2",                   /* Printable name.  */
+    3,                         /* Section align power.  */
+    FALSE,                     /* The default ?  */
+    bfd_default_compatible,    /* Architecture comparison fn.  */
+    bfd_default_scan,          /* String to architecture convert fn.  */
+    bfd_arch_default_fill,     /* Default fill.  */
+    &arch_info_struct[2]       /* Next in list.  */
+  },
+  {
+    32,                                /* Bits per word.  */
+    32,                                /* Bits per address.  */
+    8,                         /* Bits per byte.  */
+    bfd_arch_rx,               /* Architecture.  */
+    bfd_mach_rx_v3,            /* Machine.  */
+    "rx:v3",                   /* Architecture name.  */
+    "rx:v3",                   /* Printable name.  */
+    3,                         /* Section align power.  */
+    FALSE,                     /* The default ?  */
+    bfd_default_compatible,    /* Architecture comparison fn.  */
+    bfd_default_scan,          /* String to architecture convert fn.  */
+    bfd_arch_default_fill,     /* Default fill.  */
     NULL                       /* Next in list.  */
   },
 };