summaryrefslogtreecommitdiff
path: root/bfd/cpu-tic4x.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/cpu-tic4x.c')
-rw-r--r--bfd/cpu-tic4x.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/cpu-tic4x.c b/bfd/cpu-tic4x.c
index bd8b8f4070..e962233ffb 100644
--- a/bfd/cpu-tic4x.c
+++ b/bfd/cpu-tic4x.c
@@ -64,6 +64,7 @@ const bfd_arch_info_type bfd_tic3x_arch =
FALSE, /* Not the default architecture. */
bfd_default_compatible,
tic4x_scan,
+ bfd_arch_default_fill,
0
};
@@ -80,6 +81,7 @@ const bfd_arch_info_type bfd_tic4x_arch =
TRUE, /* The default architecture. */
bfd_default_compatible,
tic4x_scan,
+ bfd_arch_default_fill,
&bfd_tic3x_arch,
};