diff options
Diffstat (limited to 'bfd/cpu-moxie.c')
-rw-r--r-- | bfd/cpu-moxie.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/cpu-moxie.c b/bfd/cpu-moxie.c index 39debbc..f514fe7 100644 --- a/bfd/cpu-moxie.c +++ b/bfd/cpu-moxie.c @@ -35,6 +35,7 @@ const bfd_arch_info_type bfd_moxie_arch = 2, /* Unsigned int section alignment power. */ TRUE, /* The one and only. */ bfd_default_compatible, - bfd_default_scan , + bfd_default_scan, + bfd_arch_default_fill, 0, }; |