diff options
Diffstat (limited to 'bfd/cpu-s390.c')
-rw-r--r-- | bfd/cpu-s390.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/cpu-s390.c b/bfd/cpu-s390.c index 805e825620d..1a581e47202 100644 --- a/bfd/cpu-s390.c +++ b/bfd/cpu-s390.c @@ -36,6 +36,7 @@ const bfd_arch_info_type bfd_s390_64_arch = TRUE, /* the default */ bfd_default_compatible, bfd_default_scan, + bfd_arch_default_fill, NULL }; @@ -52,5 +53,6 @@ const bfd_arch_info_type bfd_s390_arch = TRUE, /* the default */ bfd_default_compatible, bfd_default_scan, + bfd_arch_default_fill, &bfd_s390_64_arch }; |