Enhance the disassembler so that it will reliably determine whether a reloc applies...
[deliverable/binutils-gdb.git] / bfd / cpu-fr30.c
index 8d4b5a01f04bc3927d4163ecb2d143a7f16713b9..28b7460d5df330bf6621beff28ec9cce1c5daecf 100644 (file)
 
 const bfd_arch_info_type bfd_fr30_arch =
 {
-  32,                          /* bits per word */
-  32,                          /* bits per address */
-  8,                           /* bits per byte */
-  bfd_arch_fr30,               /* architecture */
-  bfd_mach_fr30,               /* machine */
-  "fr30",                      /* architecture name */
-  "fr30",                      /* printable name */
-  4,                           /* section align power */
-  TRUE,                                /* the default ? */
-  bfd_default_compatible,      /* architecture comparison fn */
-  bfd_default_scan,            /* string to architecture convert fn */
+  32,                          /* Bits per word.  */
+  32,                          /* Bits per address.  */
+  8,                           /* Bits per byte.  */
+  bfd_arch_fr30,               /* Architecture.  */
+  bfd_mach_fr30,               /* Machine.  */
+  "fr30",                      /* Architecture name.  */
+  "fr30",                      /* Printable name.  */
+  4,                           /* Section align power.  */
+  TRUE,                                /* 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 */
+  NULL,                                /* Next in list.  */
+  0 /* Maximum offset of a reloc from the start of an insn.  */
 };
This page took 0.026091 seconds and 4 git commands to generate.