Don't use bfd_get_* macro to set bfd fields
[deliverable/binutils-gdb.git] / bfd / cpu-s390.c
index fb80eb92c9a02a2a8bd234e9896d0d3007262fc7..f906472435d98d148c6ef4d8c3a1c8bf051e8b62 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD support for the s390 processor.
 /* BFD support for the s390 processor.
-   Copyright (C) 2000-2017 Free Software Foundation, Inc.
+   Copyright (C) 2000-2019 Free Software Foundation, Inc.
    Contributed by Carl B. Pedersen and Martin Schwidefsky.
 
    This file is part of BFD, the Binary File Descriptor library.
    Contributed by Carl B. Pedersen and Martin Schwidefsky.
 
    This file is part of BFD, the Binary File Descriptor library.
 
 #define N(bits, number, print, is_default, next)       \
   {                                                    \
 
 #define N(bits, number, print, is_default, next)       \
   {                                                    \
-    bits,             /* bits in a word */             \
-    bits,             /* bits in an address */         \
-    8,                /* bits in a byte */             \
+    bits,             /* Bits in a word.  */           \
+    bits,             /* Bits in an address.  */       \
+    8,                /* Bits in a byte.  */           \
     bfd_arch_s390,                                     \
     number,                                            \
     "s390",                                            \
     print,                                             \
     bfd_arch_s390,                                     \
     number,                                            \
     "s390",                                            \
     print,                                             \
-    3,                /* section alignment power */    \
+    3,                /* Section alignment power */    \
     is_default,                                                \
     bfd_default_compatible,                            \
     bfd_default_scan,                                  \
     bfd_arch_default_fill,                             \
     is_default,                                                \
     bfd_default_compatible,                            \
     bfd_default_scan,                                  \
     bfd_arch_default_fill,                             \
-    next                                               \
+    next,                                              \
+    0 /* Maximum offset of a reloc from the start of an insn.  */ \
   }
 
 #if BFD_DEFAULT_TARGET_SIZE == 64
   }
 
 #if BFD_DEFAULT_TARGET_SIZE == 64
This page took 0.023682 seconds and 4 git commands to generate.