| Index: bfd/cpu-epiphany.c
|
| diff --git a/bfd/cpu-epiphany.c b/bfd/cpu-epiphany.c
|
| index 13427c190e6b6b023d88605cc0912b914a1f802c..9cf723ed599d107af0d339088e848f62708cc763 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. */
|
| };
|
|
|