ubsan: visium: left shift cannot be represented in type 'int'
[deliverable/binutils-gdb.git] / bfd / cpu-vax.c
index b3520078158996e8831f83e39d70a870a0a3ae28..3e9a4024a71d543ba4110aa1fa7128fe9323018c 100644 (file)
@@ -1,5 +1,5 @@
 /* bfd back-end for vax support
 /* bfd back-end for vax support
-   Copyright (C) 1990-2015 Free Software Foundation, Inc.
+   Copyright (C) 1990-2019 Free Software Foundation, Inc.
    Written by Steve Chamberlain of Cygnus Support.
 
    This file is part of BFD, the Binary File Descriptor library.
    Written by Steve Chamberlain of Cygnus Support.
 
    This file is part of BFD, the Binary File Descriptor library.
 #include "libbfd.h"
 
 const bfd_arch_info_type bfd_vax_arch =
 #include "libbfd.h"
 
 const bfd_arch_info_type bfd_vax_arch =
-  {
-    32,        /* 32 bits in a word */
-    32,        /* 32 bits in an address */
-    8, /* 8 bits in a byte */
-    bfd_arch_vax,
-    0, /* only 1 machine */
-    "vax",
-    "vax",
-    3,
-    TRUE, /* the one and only */
-    bfd_default_compatible,
-    bfd_default_scan,
-    bfd_arch_default_fill,
-    0,
-  };
+{
+  32,  /* Bits in a word.  */
+  32,  /* Bits in an address.  */
+  8,   /* Bits in a byte.  */
+  bfd_arch_vax,
+  0,   /* Only 1 machine.  */
+  "vax",
+  "vax",
+  3,
+  TRUE, /* The one and only.  */
+  bfd_default_compatible,
+  bfd_default_scan,
+  bfd_arch_default_fill,
+  NULL,
+  0 /* Maximum offset of a reloc from the start of an insn.  */
+};
This page took 0.023738 seconds and 4 git commands to generate.