From: Richard Henderson Date: Sun, 22 May 2005 21:59:09 +0000 (+0000) Subject: * ld-elfweak/dsow.dsym: Adjust for non-zero ST_OTHER. X-Git-Tag: binutils-2_16_1~37 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c83cb0dca826825614e139e64716515660099110;p=thirdparty%2Fbinutils-gdb.git * ld-elfweak/dsow.dsym: Adjust for non-zero ST_OTHER. * ld-elfweak/weak.dsym: Likewise. * ld-selective/selective.exp: Don't test alpha. --- diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 9528435093e..32df08f9430 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2005-05-22 Richard Henderson + + * ld-elfweak/dsow.dsym: Adjust for non-zero ST_OTHER. + * ld-elfweak/weak.dsym: Likewise. + + * ld-selective/selective.exp: Don't test alpha. + 2005-04-19 Alan Modra * ld-powerpc/reloc.d: Update to suit removal of non-alloc relocs. diff --git a/ld/testsuite/ld-elfweak/dsow.dsym b/ld/testsuite/ld-elfweak/dsow.dsym index 62cb4c20ec7..cc36c6f3138 100644 --- a/ld/testsuite/ld-elfweak/dsow.dsym +++ b/ld/testsuite/ld-elfweak/dsow.dsym @@ -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 diff --git a/ld/testsuite/ld-elfweak/weak.dsym b/ld/testsuite/ld-elfweak/weak.dsym index 62cb4c20ec7..cc36c6f3138 100644 --- a/ld/testsuite/ld-elfweak/weak.dsym +++ b/ld/testsuite/ld-elfweak/weak.dsym @@ -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 diff --git a/ld/testsuite/ld-selective/selective.exp b/ld/testsuite/ld-selective/selective.exp index 801a72b300b..100e4672225 100644 --- a/ld/testsuite/ld-selective/selective.exp +++ b/ld/testsuite/ld-selective/selective.exp @@ -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-*" "sparc64*-*" # It's either C or C++ at the moment.