Index: bfd/cpu-xstormy16.c |
diff --git a/bfd/cpu-xstormy16.c b/bfd/cpu-xstormy16.c |
index d1c7e56840fc57817651626999607d8c2fea7de3..94de989204e7d49a739d37bd2db234ef008fd780 100644 |
--- a/bfd/cpu-xstormy16.c |
+++ b/bfd/cpu-xstormy16.c |
@@ -35,5 +35,6 @@ const bfd_arch_info_type bfd_xstormy16_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 */ |
}; |