mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
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:
parent
e13e2ba45f
commit
6197c6f3a6
@ -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-*-*"] } {
|
||||
|
Loading…
Reference in New Issue
Block a user