gnu style.

This commit is contained in:
christos 2011-10-07 23:24:14 +00:00
parent 262fb5f975
commit 1d3d0af5a7
1 changed files with 4 additions and 5 deletions

View File

@ -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);