jit: c++-ify gdb_block
[deliverable/binutils-gdb.git] / bfd / cpu-pj.c
index b0a092304ab0abbaa507df82713f81e0f32393a4..cf5f491e3eb8aaf944d94ce249a9fbaff4dd4a1a 100644 (file)
 
 const bfd_arch_info_type bfd_pj_arch =
 {
-  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_pj,
   0,
-  "pj",                                /* arch_name  */
-  "pj",                                /* printable name */
+  "pj",                                /* Arch_name.  */
+  "pj",                                /* Printable name.  */
   1,
-  TRUE,                                /* the default machine */
+  TRUE,                                /* The default machine.  */
   bfd_default_compatible,
   bfd_default_scan,
   bfd_arch_default_fill,
-  0
+  NULL,
+  0 /* Maximum offset of a reloc from the start of an insn.  */
 };
This page took 0.024216 seconds and 4 git commands to generate.