Added default_reloc_type_lookup to arch_info

This commit is contained in:
Steve Chamberlain 1991-11-05 22:18:59 +00:00
parent 0f6863a5c7
commit d60f7e4804
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ static bfd_arch_info_type arch_info_struct =
bfd_default_compatible,
bfd_default_scan ,
0,
0,
bfd_default_reloc_type_lookup,
};
void DEFUN_VOID(bfd_a29k_arch)