fix typo in previous commit
This commit is contained in:
parent
8776bb8aa5
commit
c10564a99e
@ -171,7 +171,7 @@ elf_vxworks_emit_relocs (bfd *output_bfd,
|
||||
&& (*rel_hash)->def_dynamic
|
||||
&& !(*rel_hash)->def_regular
|
||||
&& ((*rel_hash)->root.type == bfd_link_hash_defined
|
||||
|| (*rel_hash)->root.type == bfd_link_hash_weakdef)
|
||||
|| (*rel_hash)->root.type == bfd_link_hash_defweak)
|
||||
&& (*rel_hash)->root.u.def.section->output_section != NULL)
|
||||
{
|
||||
/* This is a relocation from an executable or shared library
|
||||
|
Loading…
Reference in New Issue
Block a user