diff options
Diffstat (limited to 'bfd/cpu-i370.c')
-rw-r--r-- | bfd/cpu-i370.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/cpu-i370.c b/bfd/cpu-i370.c index d12b9ae..99daf88 100644 --- a/bfd/cpu-i370.c +++ b/bfd/cpu-i370.c @@ -40,6 +40,7 @@ static const bfd_arch_info_type arch_info_struct[] = FALSE, /* Not the default. */ bfd_default_compatible, bfd_default_scan, + bfd_arch_default_fill, &arch_info_struct[1] }, { @@ -54,6 +55,7 @@ static const bfd_arch_info_type arch_info_struct[] = FALSE, /* Not the default. */ bfd_default_compatible, bfd_default_scan, + bfd_arch_default_fill, 0 }, }; @@ -71,5 +73,6 @@ const bfd_arch_info_type bfd_i370_arch = TRUE, /* The default. */ bfd_default_compatible, bfd_default_scan, + bfd_arch_default_fill, & arch_info_struct[0] }; |