Added default_reloc_type_lookup to arch_info
This commit is contained in:
parent
0f6863a5c7
commit
d60f7e4804
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue