gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / bfd / cpu-visium.c
index ee1669eca8063d16182cf2dce0d39ddbd4bff0d7..0cb475175f70a5fc04bf3c1a37a4631a948c3140 100644 (file)
@@ -1,6 +1,6 @@
 /* BFD support for the Visium processor.
 
-   Copyright (C) 2003-2018 Free Software Foundation, Inc.
+   Copyright (C) 2003-2020 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
 
 const bfd_arch_info_type bfd_visium_arch =
 {
-  32,                          /* bits per word */
-  32,                          /* bits per address */
-  8,                           /* bits per byte */
-  bfd_arch_visium,             /* architecture */
-  bfd_mach_visium,             /* machine */
-  "visium",                    /* architecture name */
-  "visium",                    /* printable name */
-  2,                           /* section align power */
-  TRUE,                                /* the default ? */
-  bfd_default_compatible,      /* architecture comparison fn */
-  bfd_default_scan,            /* string to architecture convert fn */
-  bfd_arch_default_fill,       /* default fill */
-  NULL                         /* next in list */
+  32,                          /* Bits per word.  */
+  32,                          /* Bits per address.  */
+  8,                           /* Bits per byte.  */
+  bfd_arch_visium,             /* Architecture number.  */
+  bfd_mach_visium,             /* Machine number.  */
+  "visium",                    /* Architecture name.  */
+  "visium",                    /* Machine name.  */
+  2,                           /* Section align power.  */
+  TRUE,                                /* The default ?  */
+  bfd_default_compatible,      /* Architecture comparison fn.  */
+  bfd_default_scan,            /* String to architecture convert fn.  */
+  bfd_arch_default_fill,       /* Default fill.  */
+  NULL,                                /* Next in list.  */
+  0 /* Maximum offset of a reloc from the start of an insn.  */
 };
This page took 0.034973 seconds and 4 git commands to generate.