diff options
author | Nick Clifton <nickc@redhat.com> | 2001-09-20 10:37:35 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-09-20 10:37:35 +0000 |
commit | fc52e153510f5c1e60e4dfb0e8f69480734cc1f3 (patch) | |
tree | 37d63aff5478e51551a153b18da9b977b890e260 /bfd/elf64-alpha.c | |
parent | 7aecf70ee6d9e4cb9ac7bee9f1acee04db1f5075 (diff) | |
download | gdb-fc52e153510f5c1e60e4dfb0e8f69480734cc1f3.tar.gz |
coordinate info->symbolic and info->allow_shlib_undefined
Diffstat (limited to 'bfd/elf64-alpha.c')
-rw-r--r-- | bfd/elf64-alpha.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/elf64-alpha.c b/bfd/elf64-alpha.c index 79cebc15bef..00d8184bef3 100644 --- a/bfd/elf64-alpha.c +++ b/bfd/elf64-alpha.c @@ -3346,7 +3346,8 @@ elf64_alpha_relocate_section (output_bfd, info, input_bfd, input_section, } else if (h->root.root.type == bfd_link_hash_undefweak) relocation = 0; - else if (info->shared && !info->symbolic + else if (info->shared + && (!info->symbolic || info->allow_shlib_undefined) && !info->no_undefined && ELF_ST_VISIBILITY (h->root.other) == STV_DEFAULT) relocation = 0; |