gnu style.
This commit is contained in:
parent
262fb5f975
commit
1d3d0af5a7
@ -3392,11 +3392,10 @@ _bfd_sparc_elf_relocate_section (bfd *output_bfd,
|
||||
memset (&outrel, 0, sizeof outrel);
|
||||
/* h->dynindx may be -1 if the symbol was marked to
|
||||
become local. */
|
||||
else if (h != NULL &&
|
||||
h->dynindx != -1 && ! is_plt &&
|
||||
(!info->shared
|
||||
|| !SYMBOLIC_BIND (info, h)
|
||||
|| !h->def_regular))
|
||||
else if (h != NULL && h->dynindx != -1 && ! is_plt
|
||||
&& (!info->shared
|
||||
|| !SYMBOLIC_BIND (info, h)
|
||||
|| !h->def_regular))
|
||||
{
|
||||
BFD_ASSERT (h->dynindx != -1);
|
||||
outrel.r_info = SPARC_ELF_R_INFO (htab, rel, h->dynindx, r_type);
|
||||
|
Loading…
Reference in New Issue
Block a user