X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bfd%2Fcpu-arc.c;h=906ca1d8743a106d781137a9076ba76168a0ef59;hb=94403fc6cd6f69e61001fcbcb8370312399c72d0;hp=e6f102b4e73f88d71489eb925fb18e2f84f3c768;hpb=827041555ac443bd57340060f3e034fd7b199dd8;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/cpu-arc.c b/bfd/cpu-arc.c index e6f102b4e7..906ca1d874 100644 --- a/bfd/cpu-arc.c +++ b/bfd/cpu-arc.c @@ -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[] =