gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / bfd / cpu-fr30.c
index 8d4b5a01f04bc3927d4163ecb2d143a7f16713b9..9025894555f56abd42491bf9052200449f764bfd 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD support for the FR30 processor.
-   Copyright (C) 1998-2019 Free Software Foundation, Inc.
+   Copyright (C) 1998-2020 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
 
 const bfd_arch_info_type bfd_fr30_arch =
 {
-  32,                          /* bits per word */
-  32,                          /* bits per address */
-  8,                           /* bits per byte */
-  bfd_arch_fr30,               /* architecture */
-  bfd_mach_fr30,               /* machine */
-  "fr30",                      /* architecture name */
-  "fr30",                      /* printable name */
-  4,                           /* section align power */
-  TRUE,                                /* the default ? */
-  bfd_default_compatible,      /* architecture comparison fn */
-  bfd_default_scan,            /* string to architecture convert fn */
+  32,                          /* Bits per word.  */
+  32,                          /* Bits per address.  */
+  8,                           /* Bits per byte.  */
+  bfd_arch_fr30,               /* Architecture.  */
+  bfd_mach_fr30,               /* Machine.  */
+  "fr30",                      /* Architecture name.  */
+  "fr30",                      /* Printable name.  */
+  4,                           /* 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 */
+  NULL,                                /* Next in list.  */
+  0 /* Maximum offset of a reloc from the start of an insn.  */
 };
This page took 0.023967 seconds and 4 git commands to generate.