Enhance the disassembler so that it will reliably determine whether a reloc applies...
[deliverable/binutils-gdb.git] / bfd / cpu-d30v.c
index 1e5f553c88e5b2b69050fa3ea7e774f7f9e971e8..f987f1c4bfb7c88f9a4d83f0a05e254911aa99b0 100644 (file)
 
 const bfd_arch_info_type bfd_d30v_arch =
 {
-    32,        /* Bits in a word.  */
-    32,        /* Bits in an address.  */
-    8, /* Bits in a byte.  */
-    bfd_arch_d30v,
-    0,
-    "d30v",
-    "d30v",
-    4, /* Section alignment power.  */
-    TRUE,
-    bfd_default_compatible,
-    bfd_default_scan,
-    bfd_arch_default_fill,
-    0,
+  32,  /* Bits in a word.  */
+  32,  /* Bits in an address.  */
+  8,   /* Bits in a byte.  */
+  bfd_arch_d30v,
+  0,
+  "d30v",
+  "d30v",
+  4, /* Section alignment power.  */
+  TRUE,
+  bfd_default_compatible,
+  bfd_default_scan,
+  bfd_arch_default_fill,
+  NULL,
+  0 /* Maximum offset of a reloc from the start of an insn.  */
 };
This page took 0.02328 seconds and 4 git commands to generate.