summaryrefslogtreecommitdiff
path: root/bfd/elf32-ppc.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-09-20 10:37:35 +0000
committerNick Clifton <nickc@redhat.com>2001-09-20 10:37:35 +0000
commitfc52e153510f5c1e60e4dfb0e8f69480734cc1f3 (patch)
tree37d63aff5478e51551a153b18da9b977b890e260 /bfd/elf32-ppc.c
parent7aecf70ee6d9e4cb9ac7bee9f1acee04db1f5075 (diff)
downloadgdb-fc52e153510f5c1e60e4dfb0e8f69480734cc1f3.tar.gz
coordinate info->symbolic and info->allow_shlib_undefined
Diffstat (limited to 'bfd/elf32-ppc.c')
-rw-r--r--bfd/elf32-ppc.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/bfd/elf32-ppc.c b/bfd/elf32-ppc.c
index 392d4fd2d59..8e7ccd48915 100644
--- a/bfd/elf32-ppc.c
+++ b/bfd/elf32-ppc.c
@@ -3106,7 +3106,9 @@ ppc_elf_relocate_section (output_bfd, info, input_bfd, input_section,
}
else if (h->root.type == bfd_link_hash_undefweak)
relocation = 0;
- else if (info->shared && !info->symbolic && !info->no_undefined
+ else if (info->shared
+ && (!info->symbolic || info->allow_shlib_undefined)
+ && !info->no_undefined
&& ELF_ST_VISIBILITY (h->other) == STV_DEFAULT)
relocation = 0;
else