]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - bfd/cpu-s390.c
[PATCH] fix windmc typedef bug
[thirdparty/binutils-gdb.git] / bfd / cpu-s390.c
index fb80eb92c9a02a2a8bd234e9896d0d3007262fc7..c5c4336ff599949c64c5347ee8ae8d7c031b707f 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD support for the s390 processor.
-   Copyright (C) 2000-2017 Free Software Foundation, Inc.
+   Copyright (C) 2000-2020 Free Software Foundation, Inc.
    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)       \
   {                                                    \
-    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,                                             \
-    3,                /* section alignment power */    \
+    3,                /* Section alignment power */    \
     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