xfail undefweak-1 test for alpha

".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.
This commit is contained in:
Alan Modra 2024-04-20 08:54:07 +09:30
parent e13e2ba45f
commit 6197c6f3a6

View 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-*-*"] } {