diff options
Diffstat (limited to 'bfd/cpu-pj.c')
-rw-r--r-- | bfd/cpu-pj.c | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/bfd/cpu-pj.c b/bfd/cpu-pj.c index b0a0923..cf5f491 100644 --- a/bfd/cpu-pj.c +++ b/bfd/cpu-pj.c @@ -25,17 +25,18 @@ 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. */ }; |