From bc5e7323776799a0db6d59a64c0cc3cae3e6268f Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Mon, 19 Apr 2004 14:25:49 +0000 Subject: 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. --- bfd/elf64-sparc.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bfd/elf64-sparc.c') diff --git a/bfd/elf64-sparc.c b/bfd/elf64-sparc.c index 4568a22d64..4f2832512a 100644 --- a/bfd/elf64-sparc.c +++ b/bfd/elf64-sparc.c @@ -2213,6 +2213,13 @@ sparc64_elf_relocate_section (output_bfd, info, input_bfd, input_section, break; } + /* FIXME: Dynamic reloc handling really needs to be rewritten. */ + if (!skip + && h != NULL + && ELF_ST_VISIBILITY (h->other) != STV_DEFAULT + && h->root.type == bfd_link_hash_undefweak) + skip = TRUE, relocate = TRUE; + if (skip) memset (&outrel, 0, sizeof outrel); /* h->dynindx may be -1 if the symbol was marked to -- cgit v1.2.1