diff options
author | Jakub Jelinek <jakub@redhat.com> | 2004-04-19 14:25:49 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2004-04-19 14:25:49 +0000 |
commit | 4dc570c2f5d73c82196fc6e99191c140b03f8bbe (patch) | |
tree | f343489bbac653d0ca354d67bdb4c942b66c27fc /ld/testsuite/ld-elfvsb | |
parent | 77cd6497db5b5c36f57a1b0c0cade6bde8ccf489 (diff) | |
download | ppe42-binutils-4dc570c2f5d73c82196fc6e99191c140b03f8bbe.tar.gz ppe42-binutils-4dc570c2f5d73c82196fc6e99191c140b03f8bbe.zip |
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 'ld/testsuite/ld-elfvsb')
-rw-r--r-- | ld/testsuite/ld-elfvsb/elfvsb.exp | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/ld/testsuite/ld-elfvsb/elfvsb.exp b/ld/testsuite/ld-elfvsb/elfvsb.exp index f1f3f1fdf3..cd7c15fdb3 100644 --- a/ld/testsuite/ld-elfvsb/elfvsb.exp +++ b/ld/testsuite/ld-elfvsb/elfvsb.exp @@ -1,5 +1,5 @@ # Expect script for ld-visibility tests -# Copyright 2000, 2001, 2003 Free Software Foundation, Inc. +# Copyright 2000, 2001, 2003, 2004 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -261,6 +261,9 @@ proc visibility_run {visibility} { && ![ string match $visibility "hidden_undef_def" ] && ![ string match $visibility "protected_undef" ] } { setup_xfail "s390x-*-linux*" + if { [istarget sparc*-*-linux*] && [is_elf64 $tmpdir/mainnp.o] } { + setup_xfail "sparc*-*-linux*" + } } setup_xfail "x86_64-*-linux*" if { ![istarget hppa*64*-*-linux*] } { @@ -289,6 +292,9 @@ proc visibility_run {visibility} { || [ string match $visibility "protected_weak" ] || [ string match $visibility "normal" ] } { setup_xfail "powerpc-*-linux*" + if { [istarget sparc*-*-linux*] && [is_elf64 $tmpdir/mainnp.o] } { + setup_xfail "sparc*-*-linux*" + } } if { ![ string match $visibility "hidden_undef" ] && ![ string match $visibility "protected_undef" ] } { @@ -358,6 +364,9 @@ proc visibility_run {visibility} { && ![ string match $visibility "hidden_undef_def" ] && ![ string match $visibility "protected_undef" ] } { setup_xfail "s390x-*-linux*" + if { [istarget sparc*-*-linux*] && [is_elf64 $tmpdir/mainp.o] } { + setup_xfail "sparc*-*-linux*" + } } setup_xfail "x86_64-*-linux*" if { ![istarget hppa*64*-*-linux*] } { |