aboutsummaryrefslogtreecommitdiff
path: root/bfd/cpu-alpha.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/cpu-alpha.c')
-rw-r--r--bfd/cpu-alpha.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/bfd/cpu-alpha.c b/bfd/cpu-alpha.c
index 06ce01d..c4221d8 100644
--- a/bfd/cpu-alpha.c
+++ b/bfd/cpu-alpha.c
@@ -24,19 +24,20 @@
#define N(BITS_WORD, BITS_ADDR, NUMBER, PRINT, DEFAULT, NEXT) \
{ \
- BITS_WORD, /* bits in a word */ \
- BITS_ADDR, /* bits in an address */ \
- 8, /* 8 bits in a byte */ \
+ BITS_WORD, /* Bits in a word. */ \
+ BITS_ADDR, /* Bits in an address. */ \
+ 8, /* Bits in a byte. */ \
bfd_arch_alpha, \
NUMBER, \
"alpha", \
PRINT, \
- 3, \
+ 3, /* Section alignment power. */ \
DEFAULT, \
bfd_default_compatible, \
bfd_default_scan, \
bfd_arch_default_fill, \
NEXT, \
+ 0 /* Maximum offset of a reloc from the start of an insn. */ \
}
#define NN(index) (&arch_info_struct[index])