Update email address for Palmer Dabbelt.
[deliverable/binutils-gdb.git] / binutils / testsuite / lib / binutils-common.exp
index 8f622ba6b4a5adcfe027ebbbdcbb6bac62829203..a523f4b7813211c97647f0ba4eb07bb227a3e39f 100644 (file)
@@ -183,9 +183,9 @@ proc match_target { target } {
 # and Visium targets set OSABI to ELFOSABI_STANDALONE and cannot
 # support STB_GNU_UNIQUE.  Likewise non-EABI ARM targets set OSABI to
 # ELFOSABI_ARM, and TI C6X targets to ELFOSABI_C6000_*.  Finally
-# rather than `bfd_elf_final_link' AM33/2.0, D30V, DLX, and
-# picoJava targets use `_bfd_generic_final_link', which does not
-# support STB_GNU_UNIQUE symbol binding causing assertion failures.
+# rather than `bfd_elf_final_link' a number of targets use
+# `_bfd_generic_final_link', which does not support STB_GNU_UNIQUE
+# symbol binding causing assertion failures.
 #
 proc supports_gnu_unique {} {
     if { [istarget *-*-gnu*]
@@ -212,6 +212,7 @@ proc supports_gnu_unique {} {
         || [istarget "d30v-*-*"]
         || [istarget "dlx-*-*"]
         || [istarget "pj*-*-*"]
+        || [istarget "s12z-*-*"]
         || [istarget "xgate-*-*"] } {
        return 0
     }
@@ -974,7 +975,10 @@ proc run_dump_test { name {extra_options {}} } {
 
     # Time to setup xfailures.
     foreach targ $opts(xfail) {
-       setup_xfail $targ
+       if [match_target $targ] {
+           setup_xfail "*-*-*"
+           break
+       }
     }
 
     foreach as_flags $as_final_flags {
This page took 0.031325 seconds and 4 git commands to generate.