diff options
Diffstat (limited to 'bfd/cpu-fr30.c')
-rw-r--r-- | bfd/cpu-fr30.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/cpu-fr30.c b/bfd/cpu-fr30.c index b60e43e..dc2e5fa 100644 --- a/bfd/cpu-fr30.c +++ b/bfd/cpu-fr30.c @@ -35,5 +35,6 @@ const bfd_arch_info_type bfd_fr30_arch = TRUE, /* the default ? */ bfd_default_compatible, /* architecture comparison fn */ bfd_default_scan, /* string to architecture convert fn */ + bfd_arch_default_fill, /* Default fill. */ NULL /* next in list */ }; |