summaryrefslogtreecommitdiff
path: root/bfd/elf32-sparc.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2004-04-19 14:25:49 +0000
committerJakub Jelinek <jakub@redhat.com>2004-04-19 14:25:49 +0000
commitbc5e7323776799a0db6d59a64c0cc3cae3e6268f (patch)
treeb9aa83e8a85106d2ea60964051e6824de836a1ec /bfd/elf32-sparc.c
parentade08e151ceb49d27122e7cb9e50511e53b91967 (diff)
downloadbinutils-redhat-bc5e7323776799a0db6d59a64c0cc3cae3e6268f.tar.gz
bfd/
* elf32-sparc.c (elf32_sparc_relocate_section): Handle relocs against hidden/protected undefweak symbols properly. * elf64-sparc.c (sparc64_elf_relocate_section): Likewise. gas/testsuite/ * gas/cfi/cfi-sparc64-1.d: Update. ld/testsuite/ * ld-elfvsb/elfvsb.exp: XFAIL some tests on sparc64. * ld-shared/shared.exp: Likewise.
Diffstat (limited to 'bfd/elf32-sparc.c')
-rw-r--r--bfd/elf32-sparc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/elf32-sparc.c b/bfd/elf32-sparc.c
index 0f94f5f31b..6e1c40b98c 100644
--- a/bfd/elf32-sparc.c
+++ b/bfd/elf32-sparc.c
@@ -2374,6 +2374,9 @@ elf32_sparc_relocate_section (output_bfd, info, input_bfd, input_section,
break;
if ((info->shared
+ && (h == NULL
+ || ELF_ST_VISIBILITY (h->other) == STV_DEFAULT
+ || h->root.type != bfd_link_hash_undefweak)
&& (! howto->pc_relative
|| (h != NULL
&& h->dynindx != -1