* ld-elfweak/dsow.dsym: Adjust for non-zero ST_OTHER.
* ld-elfweak/weak.dsym: Likewise. * ld-selective/selective.exp: Don't test alpha.
This commit is contained in:
parent
02a677ac95
commit
175ac04375
4 changed files with 12 additions and 5 deletions
|
@ -1,3 +1,10 @@
|
|||
2005-05-22 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* ld-elfweak/dsow.dsym: Adjust for non-zero ST_OTHER.
|
||||
* ld-elfweak/weak.dsym: Likewise.
|
||||
|
||||
* ld-selective/selective.exp: Don't test alpha.
|
||||
|
||||
2005-05-20 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* ld-powerpc/sdalib.s, ld-powerpc/sdadyn.s, ld-powerpc/sdadyn.d: New
|
||||
|
|
|
@ -1 +1 @@
|
|||
[0-9a-f]*[ ]+w[ ]+DF[ ]+.text[ ]+[0-9a-f]*[ ]+(Base[ ]+|[ ]*)foo
|
||||
[0-9a-f]*[ ]+w[ ]+DF[ ]+.text[ ]+[0-9a-f]*[ ]+(Base[ ]+|[ ]*)(0x[0-9a-f]+|)[ ]*foo
|
||||
|
|
|
@ -1 +1 @@
|
|||
[0-9a-f]*[ ]+w[ ]+DF[ ]+.text[ ]+[0-9a-f]*[ ]+(Base[ ]+|[ ]*)foo
|
||||
[0-9a-f]*[ ]+w[ ]+DF[ ]+.text[ ]+[0-9a-f]*[ ]+(Base[ ]+|[ ]*)(0x[0-9a-f]+|)[ ]*foo
|
||||
|
|
|
@ -24,8 +24,8 @@ if ![is_elf_format] {
|
|||
return
|
||||
}
|
||||
|
||||
# IA64 does not support selective linking
|
||||
if {[istarget "ia64-*-*"]} {
|
||||
# Alpha and IA64 do not support selective linking
|
||||
if {[istarget "alpha*-*-*"] || [istarget "ia64-*-*"]} {
|
||||
return
|
||||
}
|
||||
|
||||
|
@ -84,7 +84,7 @@ foreach testitem $seltests {
|
|||
foreach xfail_target $xfails {
|
||||
setup_xfail $xfail_target
|
||||
}
|
||||
setup_xfail "alpha*-*" "arc*-*" "d30v*-*" "dlx*-*" "i370*-*" "i860*-*"
|
||||
setup_xfail "arc*-*" "d30v*-*" "dlx*-*" "i370*-*" "i860*-*"
|
||||
setup_xfail "i960*-*" "mn10200-*" "or32-*" "pj-*"
|
||||
|
||||
# It's either C or C++ at the moment.
|
||||
|
|
Loading…
Reference in a new issue