diff options
Diffstat (limited to 'bfd/cpu-rs6000.c')
-rw-r--r-- | bfd/cpu-rs6000.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/cpu-rs6000.c b/bfd/cpu-rs6000.c index 91d0431..c914816 100644 --- a/bfd/cpu-rs6000.c +++ b/bfd/cpu-rs6000.c @@ -65,6 +65,7 @@ static const bfd_arch_info_type arch_info_struct[] = FALSE, /* not the default */ rs6000_compatible, bfd_default_scan, + bfd_arch_default_fill, &arch_info_struct[1] }, { @@ -79,6 +80,7 @@ static const bfd_arch_info_type arch_info_struct[] = FALSE, /* not the default */ rs6000_compatible, bfd_default_scan, + bfd_arch_default_fill, &arch_info_struct[2] }, { @@ -93,6 +95,7 @@ static const bfd_arch_info_type arch_info_struct[] = FALSE, /* not the default */ rs6000_compatible, bfd_default_scan, + bfd_arch_default_fill, 0 } }; @@ -110,5 +113,6 @@ const bfd_arch_info_type bfd_rs6000_arch = TRUE, /* the default */ rs6000_compatible, bfd_default_scan, + bfd_arch_default_fill, &arch_info_struct[0] }; |