* ld-elfweak/dsow.dsym: Adjust for non-zero ST_OTHER.
authorRichard Henderson <rth@redhat.com>
Sun, 22 May 2005 21:02:19 +0000 (21:02 +0000)
committerRichard Henderson <rth@redhat.com>
Sun, 22 May 2005 21:02:19 +0000 (21:02 +0000)
        * ld-elfweak/weak.dsym: Likewise.

        * ld-selective/selective.exp: Don't test alpha.

ld/testsuite/ChangeLog
ld/testsuite/ld-elfweak/dsow.dsym
ld/testsuite/ld-elfweak/weak.dsym
ld/testsuite/ld-selective/selective.exp

index 8cf395a..fc4a17b 100644 (file)
@@ -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
index 62cb4c2..cc36c6f 100644 (file)
@@ -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
index 62cb4c2..cc36c6f 100644 (file)
@@ -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
index 9e096a9..fcc2f39 100644 (file)
@@ -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.