Add a test case for skip with inlined functions
[deliverable/binutils-gdb.git] / bfd / cpu-s12z.c
index 13263598585143b608de6fccf588ccb9d8024423..4ad2eafbb15e3435805d1f8663ce258153cb581e 100644 (file)
 
 const bfd_arch_info_type bfd_s12z_arch =
 {
-    16,        /* 16 bits in a word.  */
-    24,        /* 24 bits in an address.  */
-    8, /* 8 bits in a byte.  */
-    bfd_arch_s12z,
-    0,
-    "s12z",
-    "s12z",
-    4, /* Section alignment power.  */
-    TRUE,
-    bfd_default_compatible,
-    bfd_default_scan,
-    bfd_arch_default_fill,
-    0,
+  16,  /* Bits in a word.  */
+  24,  /* Bits in an address.  */
+  8,   /* Bits in a byte.  */
+  bfd_arch_s12z,
+  0,
+  "s12z",
+  "s12z",
+  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.023805 seconds and 4 git commands to generate.