nm ifunc test tweaks

* testsuite/binutils-all/nm.exp (ifunc): xfail more targets.
This commit is contained in:
Alan Modra
2020-11-24 23:40:53 +10:30
parent e54ae97fb7
commit 6595cf3ce8
2 changed files with 8 additions and 4 deletions

View File

@ -304,12 +304,12 @@ if [is_elf_format] {
# The following targets are known to not support ifuncs.
setup_xfail "alpha*-*-*"
setup_xfail "arm*-*-nto*"
setup_xfail "arm*-*-netbsdelf*"
setup_xfail "mips*-*-*"
setup_xfail "arm*-elf" "arm*-*-nto*" "arm*-*-netbsdelf*"
setup_xfail "*-*-hpux*"
setup_xfail "mips*-*-*" "tx39*-*-*"
setup_xfail "msp430*-*-*"
setup_xfail "tx39*-*-*"
setup_xfail "visium*-*-*"
setup_xfail "x86_64-*-cloudabi*"
set testname "nm --ifunc-chars"
if {![binutils_assemble $srcdir/$subdir/ifunc.s tmpdir/ifunc.o]} then {