diff options
Diffstat (limited to 'bfd/elf32-ppc.c')
-rw-r--r-- | bfd/elf32-ppc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-ppc.c b/bfd/elf32-ppc.c index cf83242..6dc3eff 100644 --- a/bfd/elf32-ppc.c +++ b/bfd/elf32-ppc.c @@ -3104,7 +3104,7 @@ ppc_elf_relocate_section (output_bfd, info, input_bfd, input_section, rel->r_offset, (!info->shared || info->no_undefined - ELF_ST_VISIBILITY (h->other)))) + || ELF_ST_VISIBILITY (h->other)))) return false; relocation = 0; } |