This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] ld-elfvsb FAILs on powerpc64


The following tests always fail on powerpc64:

FAIL: visibility (hidden_normal) (non PIC)
FAIL: visibility (hidden_normal) (non PIC, load offset)
FAIL: visibility (hidden_normal) (PIC main, non PIC so)
FAIL: visibility (hidden_weak) (non PIC)
FAIL: visibility (hidden_weak) (non PIC, load offset)
FAIL: visibility (hidden_weak) (PIC main, non PIC so)
FAIL: visibility (protected) (non PIC)
FAIL: visibility (protected) (non PIC, load offset)
FAIL: visibility (protected) (PIC main, non PIC so)
FAIL: visibility (protected_undef_def) (non PIC)
FAIL: visibility (protected_undef_def) (non PIC, load offset)
FAIL: visibility (protected_undef_def) (PIC main, non PIC so)
FAIL: visibility (protected_weak) (non PIC)
FAIL: visibility (protected_weak) (non PIC, load offset)
FAIL: visibility (protected_weak) (PIC main, non PIC so)
FAIL: visibility (normal) (non PIC)
FAIL: visibility (normal) (non PIC, load offset)
FAIL: visibility (normal) (PIC main, non PIC so)

Andreas.

2006-12-04  Andreas Schwab  <schwab@suse.de>

	* ld-elfvsb/elfvsb.exp (visibility_run): Mirror s390x and sparc64
	xfails for powerpc64.

--- ld/testsuite/ld-elfvsb/elfvsb.exp.~1.29.~	2005-05-12 11:32:12.000000000 +0200
+++ ld/testsuite/ld-elfvsb/elfvsb.exp	2006-12-04 18:12:33.000000000 +0100
@@ -261,6 +261,7 @@ proc visibility_run {visibility} {
 		 && ![ string match $visibility "hidden_undef_def" ]
 		 && ![ string match $visibility "protected_undef" ] } {
 		setup_xfail "s390x-*-linux*"
+		setup_xfail "powerpc64-*-linux*"
 		if { [istarget sparc*-*-linux*] && [is_elf64 $tmpdir/mainnp.o] } {
 		    setup_xfail "sparc*-*-linux*"
 		}
@@ -291,7 +292,7 @@ proc visibility_run {visibility} {
 		 || [ string match $visibility "protected_undef_def" ]
 		 || [ string match $visibility "protected_weak" ]
 		 || [ string match $visibility "normal" ] } {
-		setup_xfail "powerpc-*-linux*"
+		setup_xfail "powerpc*-*-linux*"
 		setup_xfail "s390x-*-linux*"
 		if { [istarget sparc*-*-linux*] && [is_elf64 $tmpdir/mainnp.o] } {
 		    setup_xfail "sparc*-*-linux*"
@@ -365,6 +366,7 @@ proc visibility_run {visibility} {
 		     && ![ string match $visibility "hidden_undef_def" ]
 		     && ![ string match $visibility "protected_undef" ] } {
 		    setup_xfail "s390x-*-linux*"
+		    setup_xfail "powerpc64-*-linux*"
 		    if { [istarget sparc*-*-linux*] && [is_elf64 $tmpdir/mainp.o] } {
 			setup_xfail "sparc*-*-linux*"
 		    }

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]