Multi-target: NEWS and user manual
[deliverable/binutils-gdb.git] / bfd / cpu-alpha.c
index 193a7288eb63df6471a7863052ed10d18be372cb..65f1483325b0675d8572807fb3ca072907353605 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD support for the Alpha architecture.
-   Copyright (C) 1992-2015 Free Software Foundation, Inc.
+   Copyright (C) 1992-2020 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
 
 #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_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])
This page took 0.036068 seconds and 4 git commands to generate.