vms-alpha.c object_p memory leaks
[deliverable/binutils-gdb.git] / bfd / cpu-plugin.c
index f0f7dbd4b31438bbe4dbed028ec92c8e0d435045..53f0c234577d03e4e6f1afe62daba0616ec9a201 100644 (file)
@@ -1,6 +1,5 @@
 /* BFD support for plugins.
-   Copyright 2009
-   Free Software Foundation, Inc.
+   Copyright (C) 2009-2019 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
@@ -25,9 +24,9 @@
 
 const bfd_arch_info_type bfd_plugin_arch =
 {
-  32,  /* 32 bits in a word.  */
-  32,  /* 32 bits in an address.  */
-  8,   /* 8 bits in a byte.  */
+  32,  /* Bits in a word.  */
+  32,  /* Bits in an address.  */
+  8,   /* Bits in a byte.  */
   bfd_arch_plugin,
   0,   /* Only 1 machine.  */
   "plugin",
@@ -36,5 +35,7 @@ const bfd_arch_info_type bfd_plugin_arch =
   TRUE,
   bfd_default_compatible,
   bfd_default_scan,
-  0
+  bfd_arch_default_fill,
+  NULL,
+  0 /* Maximum offset of a reloc from the start of an insn.  */
 };
This page took 0.025669 seconds and 4 git commands to generate.