aboutsummaryrefslogtreecommitdiff
path: root/bfd/cpu-plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/cpu-plugin.c')
-rw-r--r--bfd/cpu-plugin.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/bfd/cpu-plugin.c b/bfd/cpu-plugin.c
index 044f74c..53f0c23 100644
--- a/bfd/cpu-plugin.c
+++ b/bfd/cpu-plugin.c
@@ -24,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 +36,6 @@ const bfd_arch_info_type bfd_plugin_arch =
bfd_default_compatible,
bfd_default_scan,
bfd_arch_default_fill,
- 0
+ NULL,
+ 0 /* Maximum offset of a reloc from the start of an insn. */
};