Replace xmalloc/xfree with vector in jit.c
[deliverable/binutils-gdb.git] / bfd / cpu-arc.c
index e6f102b4e73f88d71489eb925fb18e2f84f3c768..906ca1d8743a106d781137a9076ba76168a0ef59 100644 (file)
@@ -27,20 +27,21 @@ static const bfd_arch_info_type *
 arc_compatible (const bfd_arch_info_type *a, const bfd_arch_info_type *b);
 
 #define ARC(mach, print_name, default_p, next) \
-{                                      \
-    32,        /* 32 bits in a word  */        \
-    32,        /* 32 bits in an address  */    \
-    8, /* 8 bits in a byte  */         \
+  {                                           \
+    32,        /* Bits in a word.  */          \
+    32,        /* Bits in an address.  */      \
+    8, /* Bits in a byte.  */          \
     bfd_arch_arc,                      \
     mach,                              \
     "arc",                             \
     print_name,                                \
-    4, /* section alignment power  */  \
+    4, /* Section alignment power.  */ \
     default_p,                         \
     arc_compatible,                    \
     bfd_default_scan,                  \
     bfd_arch_default_fill,             \
     next,                              \
+    0 /* Maximum offset of a reloc from the start of an insn.  */ \
   }
 
 static const bfd_arch_info_type arch_info_struct[] =
This page took 0.023084 seconds and 4 git commands to generate.