diff options
Diffstat (limited to 'bfd/cpu-epiphany.c')
-rw-r--r-- | bfd/cpu-epiphany.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/cpu-epiphany.c b/bfd/cpu-epiphany.c index 13427c1..9cf723e 100644 --- a/bfd/cpu-epiphany.c +++ b/bfd/cpu-epiphany.c @@ -36,6 +36,7 @@ const bfd_arch_info_type bfd_epiphany16_arch = FALSE, /* 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. */ }; @@ -52,5 +53,6 @@ const bfd_arch_info_type bfd_epiphany_arch = TRUE, /* The default ? */ bfd_default_compatible, /* Architecture comparison fn. */ bfd_default_scan, /* String to architecture convert fn. */ + bfd_arch_default_fill, /* Default fill. */ & bfd_epiphany16_arch /* Next in list. */ }; |