]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
xfail undefweak-1 test for alpha
authorAlan Modra <amodra@gmail.com>
Fri, 19 Apr 2024 23:24:07 +0000 (08:54 +0930)
committerAlan Modra <amodra@gmail.com>
Tue, 23 Apr 2024 12:36:41 +0000 (22:06 +0930)
".set" has a different meaning on alpha.  Changing it to ".equ" runs
into ".equ" having a different meaning on hppa, and changing it to "="
runs into trouble on bfin.

* testsuite/ld-elf/elf.exp (undefweak-1): xfail on alpha,
don't xfail for genelf.

ld/testsuite/ld-elf/elf.exp

index 874ba662d2b6ac93dc22fe69f46a7596589009e5..831dfae153e96a6b727b11c2f50e36449a9716ab 100644 (file)
@@ -184,7 +184,7 @@ run_ld_link_tests [list \
        {undefweak-1b.s} \
        {{readelf {-rsW} undefweak-1.rd}} \
        "undefweak-1.o" ] \
-] \[uses_genelf\]
+] "alpha-*-*"
 
 #v850 gas complains about .tbss.var section attributes.
 if { [check_gc_sections_available] && ![istarget "v850-*-*"] } {