mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
fix typo in previous commit
This commit is contained in:
@ -171,7 +171,7 @@ elf_vxworks_emit_relocs (bfd *output_bfd,
|
|||||||
&& (*rel_hash)->def_dynamic
|
&& (*rel_hash)->def_dynamic
|
||||||
&& !(*rel_hash)->def_regular
|
&& !(*rel_hash)->def_regular
|
||||||
&& ((*rel_hash)->root.type == bfd_link_hash_defined
|
&& ((*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)
|
&& (*rel_hash)->root.u.def.section->output_section != NULL)
|
||||||
{
|
{
|
||||||
/* This is a relocation from an executable or shared library
|
/* This is a relocation from an executable or shared library
|
||||||
|
Reference in New Issue
Block a user