jit: c++-ify gdb_block
[deliverable/binutils-gdb.git] / bfd / cpu-csky.c
index 1bde70e035f3a001d263bf32291945ad828633ec..463dce564fb2903cc2d53ccff0acd8acab1cec22 100644 (file)
 #include "bfd.h"
 #include "libbfd.h"
 
-#define N(NUMBER, PRINT, ISDEFAULT, NEXT)  \
-{                                                                      \
-  32,                     /* 32 bits in a word */                      \
-  32,                     /* 32 bits in an address */                  \
-  8,                      /* 8 bits in a byte */                       \
-  bfd_arch_csky,          /* Architecture */                           \
-  NUMBER,                 /* Machine number */                         \
-  "csky",                 /* Architecture name */                      \
-  PRINT,                  /* Printable name */                         \
-  3,                      /* Section align power */                    \
-  ISDEFAULT,              /* Is this the default architecture ? */     \
-  bfd_default_compatible, /* Architecture comparison function */       \
-  bfd_default_scan,       /* String to architecture conversion */      \
-  bfd_arch_default_fill,                                               \
-  NEXT                    /* Next in list */                           \
+#define N(NUMBER, PRINT, ISDEFAULT, NEXT)                              \
+{                                                                       \
+  32,                     /* Bits in a word.  */                        \
+  32,                     /* Bits in an address.  */                    \
+  8,                      /* Bits in a byte.  */                        \
+  bfd_arch_csky,          /* Architecture.  */                          \
+  NUMBER,                 /* Machine number.  */                        \
+  "csky",                 /* Architecture name.  */                     \
+  PRINT,                  /* Printable name.  */                        \
+  3,                      /* Section align power.  */                   \
+  ISDEFAULT,              /* Is this the default architecture ?  */    \
+  bfd_default_compatible, /* Architecture comparison function.  */     \
+  bfd_default_scan,       /* String to architecture conversion.  */    \
+  bfd_arch_default_fill,                                               \
+  NEXT,                   /* Next in list.  */                         \
+  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.026278 seconds and 4 git commands to generate.